The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.