lessp
LESS for Perl
Install
- All systems
-
curl cmd.cat/lessp.sh
- Debian
-
apt-get install libcss-lessp-perl
- Ubuntu
-
apt-get install libcss-lessp-perl
- Kali Linux
-
apt-get install libcss-lessp-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcss-lessp-perl
- Raspbian
-
apt-get install libcss-lessp-perl
- Dockerfile
- dockerfile.run/lessp
libcss-lessp-perl
LESS for Perl
CSS::LESSp provides helper function which allows parsing and compiling of LESS files into CSS. This package also provides binary lessp which can be used to compile LESS files into CSS. Advantage of having it in perl is it is extremely fast compared to ruby-based less.