Skip to content

An unmodified* copy of Eric Meyer's CSS reset. PostCSS, webpack, Sass, and Less friendly.

License

Notifications You must be signed in to change notification settings

shannonmoeller/reset-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reset.css

An unmodified copy of Eric Meyer's CSS reset.

Install

With Bower:

$ bower install reset-css

With NPM:

$ npm install --save reset-css

Usage

Bower

HTML:

<link rel="stylesheet" href="bower_components/reset-css/reset.css" />

CSS:

@import 'bower_components/reset-css/reset.css';

Sass:

@import 'bower_components/reset-css/_reset';

Less:

@import 'bower_components/reset-css/reset';

// or

@import (inline) 'bower_components/reset-css/reset.css';

NPM

PostCSS and postcss-import:

@import 'reset-css/reset.css';

Eric Meyer http://meyerweb.com/eric/tools/css/reset/

License: none (public domain)