lemonsaurus / django-simple-bulma

Django application to add the Bulma CSS framework and its extensions
MIT License
137 stars 17 forks source link

Add functionality to compile custom SCSS files for users #29

Closed gdude2002 closed 5 years ago

gdude2002 commented 5 years ago

Adds an option to BULMA_SETTINGS for providing a list of .scss files to be compiled by libsass.

gdude2002 commented 5 years ago

This is a draft currently because I need to look at getting imports to work.

gdude2002 commented 5 years ago

Can confirm that imports work.