UNPKG

stylesnap

Version:

Stylesnap is a powerful CSS optimization tool that analyzes your content files, extracts used classnames and tags, and generates a minimal CSS file. Ideal for reducing CSS file size and improving web performance in TailwindCSS, Bootstrap, or custom framew

8 lines (7 loc) 206 B
{ "content": ["./src/**/*.html", "./src/**/*.jsx"], "css": "./node_modules/bootstrap/dist/css/bootstrap.css", "defaultCss": "./src/styles.css", "output": "./dist/optimized2.css", "minify": true }