another-selector-parser

A library for parsing and manipulating CSS Level 4 Selectors. It tries to follow the [specification for CSS Selectors](https://drafts.csswg.org/selectors-4/).


Keywords
ast, css, node, parser, plugin, selector, transform, traverse, visitor
License
MIT
Install
npm install another-selector-parser@0.0.0-alpha3

Documentation

Another Selector Parser Travis Coveralls

A library for parsing and manipulating CSS Level 4 Selectors. It tries to follow the specification for CSS Selectors.

Usage

Installation

This project is still in alpha and the API is unstable.

Questions

Why another parser for CSS Selectors?

I was in need for a working CSS Selector toolchain and available solutions were not satisfactory. Since I had a course on compiler principles last term I though I could write my own.

License

MIT