A
A
Andrey Majidov2018-02-26 19:12:13
css
Andrey Majidov, 2018-02-26 19:12:13

CSS preprocessors and assemblers for Flask Python?

What are the css preprocessors for Flask/Python?
Are there solutions for Stylus or SASS?
And what are the project builders for the same stack?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ruslan Gilfanov, 2018-02-26
@Famence

Flask-Assets (wrapper over Webassets), documentation below:
flask-assets.readthedocs.io/en/latest Webassets
documentation:
https://webassets.readthedocs.io/en/latest/
Support for Sass and SCSS is available, and you can use different Sass/SCSS implementations:
There seems to be no support for Stylus. But there is support for Less, PostCSS and all sorts of CSS/JS minifiers.
Naturally, the assembly of CSS / JS files in the Flask-Assets / Webassets libraries is provided.

T
timur102, 2018-02-26
@timur102

https://stackoverflow.com/questions/164847/using-sass-with-flask-a...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question