🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

unreset-css

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unreset-css - npm Package Compare versions

Comparing version

to
1.0.1

2

package.json
{
"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 [![npm](https://img.shields.io/npm/v/unreset-css.svg)](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 @@