A Scss (Sassy CSS) compiler for Python. Version 1.4.0, with irregular releases. Implements the SCSS syntax (a CSS preprocessor) and outputs CSS.
pip install pyScssNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compile SCSS to CSS using the Scss class.
Use 'from scss import Scss'.
Upgrade to 1.4.0 (Python 3 compatible) and ensure Python 3.6+.
Test your SCSS; prefer libsass (pysass) for compatibility.
Install 'pyScss' but import as 'scss': 'pip install pyScss' then 'from scss import Scss'.
Upgrade pyScss to 1.4.0 (fixes Python 3 compatibility).