dyspop / flask-scss

This extension brings support for scss files to Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Scss

image

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.

About

This extension brings support for scss files to Flask

License:MIT License


Languages

Language:Python 100.0%