The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.