add SASS_PROCESSOR_ENABLED = True

This commit is contained in:
Vivianne Langdon 2022-03-12 21:12:25 -07:00
parent 4cfa4046a1
commit 306f177d55

View file

@ -188,6 +188,7 @@ STATICFILES_FINDERS = [
]
SASS_PROCESSOR_INCLUDE_FILE_PATTERN = r"^.+\.[s]{0,1}(?:a|c)ss$"
SASS_PROCESSOR_ENABLED = True
# minify css is production but not dev
if not DEBUG: