https://github.com/clentfort/another-selector-parser
Another parser for CSS selectors
https://github.com/clentfort/another-selector-parser
Last synced: 3 months ago
JSON representation
Another parser for CSS selectors
- Host: GitHub
- URL: https://github.com/clentfort/another-selector-parser
- Owner: clentfort
- License: mit
- Created: 2016-04-12T18:53:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T15:28:41.000Z (about 8 years ago)
- Last Synced: 2025-02-24T20:04:20.798Z (3 months ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Another Selector Parser [](https://travis-ci.org/clentfort/another-selector-parser) [](https://coveralls.io/github/clentfort/another-selector-parser?branch=master)
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/).#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