lemonsaurus / django-simple-bulma

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

Allow this app to load additional sass files #5

Closed lemonsaurus closed 5 years ago

lemonsaurus commented 5 years ago

Some users may want to customize their site beyond what can be done by changing bulma variables. For this, we could offer the option of loading additional sass files. I'm not sure how best to do this, so I'm inviting anyone reading this to discuss it in this issue. Here are a couple of potential ways:

gdude2002 commented 5 years ago

This feels a little too feature-creepy to me. I kinda feel like this belongs in another package? But there's already plenty that do this already, right?

lemonsaurus commented 5 years ago

https://github.com/jrief/django-sass-processor/ actually this looks great. I guess you're right regarding feature creep.