Skip to content

Commit

Permalink
specify dart-sass as dependency in IgnisApp.apply_css() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
linkfrg committed Jul 28, 2024
1 parent 0fd12ad commit a44280e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ignis/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ def apply_css(self, style_path: str) -> None:
"""
Apply CSS/SCSS/SASS style from a path.
If ``style_path`` has a ``.sass`` or ``.scss`` extension, it will be automatically compiled.
Requires ``dart-sass`` for SASS/SCSS compilation.
Args:
style_path (``str``): Path to the .css/.scss/.sass file.
"""
Expand Down

0 comments on commit a44280e

Please sign in to comment.