sassc
C/C++ port of the Sass CSS precompiler - command-line tool
Install
- All systems
-
curl cmd.cat/sassc.sh
- Debian
-
apt-get install sassc
- Ubuntu
-
apt-get install sassc
- Alpine
-
apk add sassc
- Arch Linux
-
pacman -S sassc
- Kali Linux
-
apt-get install sassc
- Fedora
-
dnf install sassc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sassc
- OS X
-
brew install sassc
- Raspbian
-
apt-get install sassc
- Dockerfile
- dockerfile.run/sassc
- Docker
-
docker run cmd.cat/sassc sassc
powered by Commando
sassc
C/C++ port of the Sass CSS precompiler - command-line tool
SassC is a C/C++ port of the Sass engine. The point is to be simple, fast, and easy to integrate. Sass is a pre-processing language for CSS. It allows you to write cleaner stylesheets and makes collaboration on your CSS a breeze.