wintersmith-node-sass-indented
v1.0.0
Published
A wintersmith plugin that compiles sass or scss to css. Based on combining approaches of the wintersmith-sass and wintersmith-node-sass plugins.
Readme
wintersmith-node-sass-indented
A Wintersmith plugin plugin that compiles (indention-based) sass or scss to css. Based on combining approaches of the existing wintersmith-sass and wintersmith-node-sass plugins.
Installing
Install globally or locally using npm
npm install [-g] wintersmith-node-sass-indentedand add wintersmith-node-sass-indented to your config.json
{
"plugins": [
"wintersmith-node-sass-indented"
]
}Running tests
npm install
npm testtodo: write additional plugin-specific tests instead of generic Wintersmith plugin test
