gilbert.plugins.scss module

class gilbert.plugins.scss.SCSS(name, site, data=None, meta=None)

Bases: gilbert.content.Renderable, gilbert.content.Content

Content type that renders its content as SCSS

Additional options can be configured globally in config.yml:

content_type:SCSS:

or using the scss_options attribute.

content
output_extension
scss_options
gilbert.plugins.scss.load_scss(path: pathlib.Path) → Tuple[Union[None, ByteString, str], Dict[KT, VT]]