SYNOPSIS

In _config.yml:

plugins:
     - Sass
sass:
     sources:
         - _sass/*.scss
     output:  css/

DESCRIPTION

HiD::Generator::Sass is a plugin for the HiD static blog system that uses CSS::Sass to compile your sass files into css.

CONFIGURATION PARAMETERS

sources

List of sass sources to compile. File globs can be used.

output

Site sub-directory where the compiled css files will be put.