cssesc
Parses and stringifies CSS selectors
Install
- All systems
-
curl cmd.cat/cssesc.sh
- Debian
-
apt-get install node-css-selector-tokenizer
- Ubuntu
-
apt-get install node-css-selector-tokenizer
- Arch Linux
-
pacman -S kibana
- Kali Linux
-
apt-get install node-css-selector-tokenizer
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install node-css-selector-tokenizer
- OS X
-
brew install kibana
- Dockerfile
- dockerfile.run/cssesc
node-css-selector-tokenizer
Parses and stringifies CSS selectors
This library is a dependency of css-loader webpack plugin. Webpack takes code targeted at node.js and makes it run in the browser. Node.js comes with API of its own that is not available in the browsers. Webpack exposes this code to programs that are unaware they are running in a browser. Node.js is an event-based server-side JavaScript engine.