cleancss
Tool for minifying CSS files
Install
- All systems
-
curl cmd.cat/cleancss.sh
- Debian
-
apt-get install cleancss
- Ubuntu
-
apt-get install cleancss
- Kali Linux
-
apt-get install cleancss
- Fedora
-
dnf install cleancss
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cleancss
- Raspbian
-
apt-get install cleancss
- Dockerfile
- dockerfile.run/cleancss
cleancss
Tool for minifying CSS files
Clean-css is a Node.js module for minifying CSS files. It does the same job as YUI Compressor's CSS minifier, but much faster thanks to many speed optimizations and Node.js' V8 engine. The cleancss tool is a reference implementation for the Clean-css Node.js module.