Switched from LESS to SASS

This commit is contained in:
Raphael Michel
2016-03-31 20:08:27 +02:00
parent 213d44d71a
commit fdff5e7a98
178 changed files with 5617 additions and 14629 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ STATICFILES_DIRS = [
# STATICFILES_DIRS.insert(0, os.path.join(DATA_DIR, 'static'))
COMPRESS_PRECOMPILERS = (
('text/less', 'pretix.helpers.lessabsolutefilter.LessFilter'),
('text/x-scss', 'django_libsass.SassCompiler'),
)
COMPRESS_ENABLED = COMPRESS_OFFLINE = not debug_fallback