Gonzales — fast CSS parser.
This document is an installation guide.
Usage: [CSSP.USAGE.en] (https://github.com/css/gonzales/blob/master/doc/CSSP.USAGE.en.md).
CSSP AST description: [AST.CSSP.en] (https://github.com/css/gonzales/blob/master/doc/AST.CSSP.en.md).
Please report issues on Issues.
Prerequisites:
- nodejs 0.6.x — http://nodejs.org
- npm — http://github.com/isaacs/npm/
To install (global):
- run
npm install gonzales -g
To update:
- run
npm update gonzales
To uninstall:
- run
npm uninstall gonzales -g
- idea, implementation — Sergey Kryzhanovsky (skryzhanovsky@ya.ru)
- english translation — Vera Gavryushina (v.gavryushina@gmail.com)
- Gonzales is licensed under MIT