unreset-css
Advanced tools
Comparing version
{ | ||
"name": "unreset-css", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Unreset CSS restores browsers' default element styles which are reset by Eric Meyer's Reset CSS, YUI 3 Reset CSS, HTML5 Reset Stylesheet of HTML5 Doctor, or Tim Murtaugh's HTML5 Reset.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,2 +38,14 @@ # Unreset CSS [](https://www.npmjs.com/package/unreset-css) | ||
**Node-sass:** | ||
1. If you’re using [Eyeglass](http://eyeglass.rocks), skip to Step 2. Otherwise, you’ll need to add Unreset CSS to your node-sass `includePaths` option. `require("unreset-css").includePaths` is an array of directories that you should pass to node-sass. How you do this depends on how node-sass is integrated into your project. | ||
2. Import Unreset CSS into your Sass files: | ||
```scss | ||
.unreset { | ||
@import "unreset"; | ||
} | ||
``` | ||
**CSS:** | ||
@@ -40,0 +52,0 @@ |
224679
0.21%80
17.65%