gilbert.plugins.scss module

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

Bases: Renderable, 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.

property content
output_extension: str
scss_options: dict
gilbert.plugins.scss.load_scss(path: Path) tuple[None | ByteString | str, dict]