docs: add docstring for get_scss
This commit is contained in:
parent
f604432591
commit
d77b381dfc
1 changed files with 6 additions and 0 deletions
|
|
@ -122,6 +122,12 @@ def get_active_theme():
|
|||
|
||||
|
||||
def get_scss(website_theme):
|
||||
"""
|
||||
Render `website_theme_template.scss` with the values defined in Website Theme.
|
||||
|
||||
params:
|
||||
website_theme - instance of a Website Theme
|
||||
"""
|
||||
def trim_list(list_of_strings):
|
||||
return [s.strip() for s in list_of_strings]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue