pysassc
SASS for Python: command line utility for libsass
Install
- All systems
-
curl cmd.cat/pysassc.sh
- Debian
-
apt-get install pysassc
- Ubuntu
-
apt-get install pysassc
- Kali Linux
-
apt-get install pysassc
- Fedora
-
dnf install pysassc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pysassc
- Raspbian
-
apt-get install pysassc
- Dockerfile
- dockerfile.run/pysassc
pysassc
SASS for Python: command line utility for libsass
This package provides a simple Python script to access libsass functionnalities. Libsass (written in C/C++ by Hampton Catlin and Aaron Leung). It's very straightforward and there isn't any headache related Python distribution/deployment.
python3-libsass
SASS for Python 3: a straightforward binding of libsass for Python
This package provides a simple Python 3 extension module sass which is binding Libsass (written in C/C++ by Hampton Catlin and Aaron Leung). It's very straightforward and there isn't any headache related Python distribution/deployment. That means you can add just libsass into your setup.py's install_requires list or requirements.txt file. Need no Ruby nor Node.js.