lemonsaurus / django-simple-bulma

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

Add output_style setting #49

Closed JonasUJ closed 4 years ago

JonasUJ commented 4 years ago

This pr adds a new setting to the BULMA_SETTINGS dict.

sass.compile(...) takes an output_style kwarg that specifies how it generates CSS files. This pr adds a setting that takes advantage of this kwarg, meaning you can now generate a compressed (minified) bulma.css file.

If this setting is left untouched, it defaults to the same output_style as before this pr.

ghost commented 4 years ago

Thank you for contributing to Python Discord!

Please check out the following documents: