Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.22 KB

readme.md

File metadata and controls

32 lines (19 loc) · 1.22 KB

Stories in Ready

wintersmith-sass

sass plugin for wintersmith

install:

npm install wintersmith-sass -g then add wintersmith-sass to your plugins in the wintersmith config

versioning:

If you are using wintersmith 1.0 please use version 0.1.3 else for wintersmith 2.0 please use version 0.2.*

usage:

wintersmith-sass requires the sass gem to be installed as it uses the sass cmd to compile the css files Please see sass for installation details

If you want to have sass output a compressed file, simply add a sass variable $compressed: true; to each .scss or .sass file you want compressed.

If you want to have sass compile with Compass imports available, simply add a sass variable $compass: true; to each .scss or .sass file you want compile with Compass.

As per sass guidelines, all non partial .scss files will be parsed into a compiled css file and output. Partials, scss files beginning with _ (underscore) will be ignored unless imported.

contributors:

  • mpdreamz
  • bmac
  • gordonwritescode
  • stephenhutchings