A wintersmith plugin that compiles sass or scss to css. Based on combining approaches of the wintersmith-sass and wintersmith-node-sass plugins.
npm install wintersmith-node-sass-indentedwintersmith-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.
Install globally or locally using npm
```
npm install [-g] wintersmith-node-sass-indented
and add wintersmith-node-sass-indented to your config.json
`json`
{
"plugins": [
"wintersmith-node-sass-indented"
]
}
```
npm install
npm test
todo: write additional plugin-specific tests instead of generic Wintersmith plugin test