wintersmith-sassy
v1.2.0
Published
sass plugin that dosn't suck and has source-maps
Downloads
842
Maintainers
Readme
wintersmith-sassy
Sass plugin for wintersmith using node-sass.
Installing
Install globally or locally using npm
npm install [-g] wintersmith-sassyand add wintersmith-sassy to your wintersmith config
{
"plugins": [
"wintersmith-sassy"
]
}or just run wintersmith plugin install sassy
Options
In your wintersmith config (defaults shown):
{
"sass": {
"debug": undefined, // defaults to true when previewing, false otherwise
"includePaths": [] // include paths relative to your project root, eg ["./my-sass-libs"]
]
}If debug is true source maps will be in-lined and the output will be pretty formatted, if false the output will be compressed css without maps.
Running tests
npm install
npm test