pyscss
A Scss compiler for Python
Install
- All systems
-
curl cmd.cat/pyscss.sh
- Debian
-
apt-get install python-pyscss
- Ubuntu
-
apt-get install python-pyscss
- Kali Linux
-
apt-get install python-pyscss
- Fedora
-
dnf install python3-scss
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-pyscss
- Raspbian
-
apt-get install python-pyscss
- Dockerfile
- dockerfile.run/pyscss
python3-scss
A Scss compiler for Python
python-pyscss
SCSS compiler - Python 2.x
pyScss compiles Scss (Sass), a superset of CSS that is more powerful, elegant and easier to maintain than plain-vanilla CSS. The library acts as a CSS source code preprocesor which allows you to use variables, nested rules, mixins, and have inheritance of rules, all with a CSS-compatible syntax which the preprocessor then compiles to standard CSS. This package provides the Python 2.x module.