mensch
CSS parser
A CSS parsing library with an abstract syntax tree (AST) data structure
A decent CSS parser.
113 stars
8 watching
13 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
csslint/parser-lib | A CSS parser library for parsing and validating CSS syntax in JavaScript. | 287 |
nv/cssom | A JavaScript implementation of CSS Object Model and CSS parser | 753 |
tonyganch/gonzales-pe | A CSS parser with support for preprocessors such as SCSS and LESS. | 330 |
100mango/swiftcssparser | A powerful CSS parsing library written in Swift | 280 |
tylerbrinks/excss | A parser for .NET CSS stylesheets, converting them into a queryable object model with full LINQ support. | 341 |
theflashbum/fcss | Custom CSS parser for Flash to apply styles to any object | 83 |
serenadeai/tree-sitter-scss | A grammar for parsing SCSS code using the tree-sitter parser | 24 |
groenewege/vim-less | Provides syntax highlighting, indentation, and autocompletion for the LESS dynamic CSS language in Vim. | 599 |
egonschiele/handsomesoup | A Haskell library that simplifies HTML parsing by providing CSS selectors and attribute extraction functions. | 124 |
myintervals/php-css-parser | A parser and manipulation tool for CSS files written in PHP. | 1,764 |
aymerick/douceur | A tool for parsing and inlining CSS styles within HTML documents | 246 |
sebastiaanvisser/clay | A CSS preprocessor implemented as an embedded Haskell domain specific language | 360 |
postcss/postcss-js | A PostCSS processor for CSS-in-JS and inline styles | 658 |
grapesjs/parser-postcss | Enables custom CSS parsing via PostCSS for use in GrapesJS projects | 30 |