cssparse_py2
CSS Cascading Style Sheets parser and builder
Install
- All systems
-
curl cmd.cat/cssparse_py2.sh
- Debian
-
apt-get install python-cssutils
- Ubuntu
-
apt-get install python-cssutils
- Arch Linux
-
pacman -S python-cssutils
- Kali Linux
-
apt-get install python-cssutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-cssutils
- Raspbian
-
apt-get install python-cssutils
- Dockerfile
- dockerfile.run/cssparse_py2
python-cssutils
CSS Cascading Style Sheets parser and builder
Package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities! Base upon and partly implements the following specifications: * CSS 2.1 and CSS 2.1 Errata * CSS3 Module: Syntax * DOM Level 2 Style CSS * DOM Level 2 Style Stylesheets * CSSOM * MediaQueries * Namespaces * Selectors