pixu1980 / sass-unused-pro

Utility for finding unused variables in a collection of SASS files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sass-unused-pro

Author

Black Mirror

Version

v0.3.6

Badges

NPM

NPM downloads/month

GitHub stars GitHub forks GitHub issues GitHub license

Build Status Coverage Status

Documentation

Check out the Latest Documentation here

Changelog

Check out the Changelog

Description

Example

Check out this Codepen example

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install sass-unused-pro --save

Dependencies

  • glob: a little globber
  • gonzales-pe: Gonzales Preprocessor Edition (fast CSS parser)

Dev Dependencies

  • chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
  • mocha: simple, flexible, fun test framework

Tests

npm install
npm test

License

MIT

Powered By

JS.ORG Logo

About

Utility for finding unused variables in a collection of SASS files

License:MIT License


Languages

Language:JavaScript 100.0%