python2-less2scss

SCSS compiler - Python 2.x

Install

All systems
curl cmd.cat/python2-less2scss.sh
Debian Debian
apt-get install python-pyscss
Ubuntu
apt-get install python-pyscss
image/svg+xml Kali Linux
apt-get install python-pyscss
Windows (WSL2)
sudo apt-get update sudo apt-get install python-pyscss
Raspbian
apt-get install python-pyscss

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.