1.0.0 • Published 9 years ago

wintersmith-node-sass-indented v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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-indented

and add wintersmith-node-sass-indented to your config.json

{
  "plugins": [
    "wintersmith-node-sass-indented"
  ]
}

Running tests

npm install
npm test

todo: write additional plugin-specific tests instead of generic Wintersmith plugin test