parser-lib
CSS parser
A CSS parser library for parsing and validating CSS syntax in JavaScript.
Collection of parsers written in JavaScript
287 stars
27 watching
82 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list
csscss-parsercss-syntaxparsersaxstylestylesheet
Related projects:
Repository | Description | Stars |
---|---|---|
brettstimmerman/mensch | A CSS parsing library with an abstract syntax tree (AST) data structure | 113 |
nv/cssom | A JavaScript implementation of CSS Object Model and CSS parser | 753 |
100mango/swiftcssparser | A powerful CSS parsing library written in Swift | 279 |
csstree/csstree | A tool set for parsing and analyzing CSS code into an abstract syntax tree (AST) for further processing and transformation. | 1,907 |
purescript-contrib/purescript-css | A type-safe library for describing and manipulating CSS. | 106 |
tylerbrinks/excss | A parser for .NET CSS stylesheets, converting them into a queryable object model with full LINQ support. | 341 |
serenadeai/tree-sitter-scss | A grammar for parsing SCSS code using the tree-sitter parser | 24 |
sgtpep/csstag | A lightweight CSS-in-JS library using tagged templates with CSS Modules | 18 |
theflashbum/fcss | Custom CSS parser for Flash to apply styles to any object | 83 |
myintervals/php-css-parser | A parser and manipulation tool for CSS files written in PHP. | 1,764 |
postcss/sugarss | A PostCSS plugin that adds an indent-based CSS syntax with multiline selectors and declaration values. | 712 |
postcss/postcss-scss | An SCSS parser for PostCSS to parse mixins and variables for transformation or comment addition | 657 |
michelebertoli/css-in-js | Compares and showcases different CSS-in-JS techniques used in React applications. | 5,526 |
postcss/postcss-js | A PostCSS processor for CSS-in-JS and inline styles | 658 |