django_dynamic_theme.util.scss_editor ===================================== .. py:module:: django_dynamic_theme.util.scss_editor .. autoapi-nested-parse:: Writes SCSS configuration to a file. Classes ------- .. autoapisummary:: django_dynamic_theme.util.scss_editor.ScssEditor Module Contents --------------- .. py:class:: ScssEditor(file: str) Handler for each of the themes created. .. py:attribute:: _file .. py:method:: write(output: str) -> None Writes the content to a scss file. :param output: the SCSS configuration. .. py:method:: delete() -> None Delete the corresponding theme file.