UNPKG

kss

Version:

The Node.js port of KSS: A methodology for documenting CSS and building style guides

15 lines (14 loc) 398 B
{ "name": "kss-node-handlebars-builder", "version": "3.0.0", "description": "The default builder for kss-node.", "main": "builder.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "sass": "node-sass --output-style compressed kss-assets/kss.scss kss-assets/kss.css" }, "devDependencies": { "highlight.js": "^9.18.1", "node-sass": "^4.13.1" } }