django_dynamic_theme.util.scss_editor

Writes SCSS configuration to a file.

Classes

ScssEditor

Handler for each of the themes created.

Module Contents

class django_dynamic_theme.util.scss_editor.ScssEditor(file: str)

Handler for each of the themes created.

_file
write(output: str) None

Writes the content to a scss file. :param output: the SCSS configuration.

delete() None

Delete the corresponding theme file.