Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

node-reset-scss

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Issues
File Explorer

Advanced tools

node-reset-scss

Node package for including Eric Meyer's reset css as a sass partial

    1.0.1latest
    NPM

Version published
Maintainers
1
Weekly downloads
578
decreased by-12.29%

Weekly downloads

Readme

Source

Node Reset SCSS

A simple node module for including Eric Meyer's reset css as a sass partial

Usage with Gulp:

var gulp = require('gulp'); var sass = require('gulp-sass'); gulp.task('sass', function () { gulp.src('path/to/input.scss') .pipe(sass({ includePaths: require('node-reset-scss').includePath })) .pipe(gulp.dest('path/to/output.css')); });

Keywords

FAQs

Last updated on 08 Dec 2014

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc