{"library":"pyScss","title":"pyScss (SCSS compiler for Python)","description":"A Scss (Sassy CSS) compiler for Python. Version 1.4.0, with irregular releases. Implements the SCSS syntax (a CSS preprocessor) and outputs CSS.","language":"python","status":"maintenance","last_verified":"Sat May 09","install":{"commands":["pip install pyScss"],"cli":{"name":"pyScss","version":"sh: 1: pyScss: not found"}},"imports":["from scss import Scss"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from scss import Scss\n\nscss = Scss()\ncss = scss.compile('''\n$color: #ff0000;\nbody { color: $color; }\n''')\nprint(css)","lang":"python","description":"Compile SCSS to CSS using the Scss class.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}