Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 796 Bytes

File metadata and controls

27 lines (19 loc) · 796 Bytes

Flask-Scss

https://travis-ci.org/bcarlin/flask-scss.png?branch=master

This extension brings Scss support to Flask apps.

It is far from perfect or complete. Current features are the following:

  • Automatic discovery of .scss assets
  • Automatic compilation of .scss files
  • Automatic refreshing of resulting .css files when .scss sources have changed

Scss files compilation is done by the pyScss implementation by German M. Bravo (Kronuz). Refer to this package documentation to see the supported scss syntax.

Links