scout-css
v0.0.5
Published
CSS auditing tool
Downloads
4
Maintainers
Readme
Scout
An auditing tool that helps reveal CSS dragons lurking within your stylesheets.
Getting Started
npm install scout-css --save-dev
Usage
Node
const scout = require('scout-css');
const cssFile = 'public/css/app.min.css'
scout(cssFile).then(results => {
// Do stuff with the results!
});
CLI
$ scout-css check-severity <path/to/css>
Development (Web app)
Install all the things:
npm install
Fire it up:
npm run dev
Go to http://localhost:3000/