sass

Using sass with Flask and jinja2

Using sass with Flask and jinja2 Question: I would like to include a sass compiler in my Flask application. Is there a generally accepted way of doing this? Asked By: kasperhj || Source Answers: Flask-Assets extension (which uses webassets library) can be used for that. Here’s how to configure it to use pyScss compiler (implemented …

Total answers: 5