1.2.0 • Published 7 years ago

wintersmith-sassy v1.2.0

Weekly downloads
352
License
MIT
Repository
github
Last release
7 years ago

wintersmith-sassy

Sass plugin for wintersmith using node-sass.

Installing

Install globally or locally using npm

npm install [-g] wintersmith-sassy

and 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