bomsy / unused

Finds and returns unused styles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unused

Finds and seperates used and unused styles from a webpage

Usage

command line

npm install -g unused | yarn global add unused

nodejs

const unused = require('unused');

About

Finds and returns unused styles

License:MIT License


Languages

Language:JavaScript 100.0%