ExCSS
CSS parser
A parser for .NET CSS stylesheets, converting them into a queryable object model with full LINQ support.
A CSS Parser for .NET. It's BADA55!
341 stars
25 watching
125 forks
Language: C#
last commit: 30 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
brettstimmerman/mensch | A CSS parsing library with an abstract syntax tree (AST) data structure | 113 |
grapesjs/parser-postcss | Enables custom CSS parsing via PostCSS for use in GrapesJS projects | 30 |
csslint/parser-lib | A CSS parser library for parsing and validating CSS syntax in JavaScript. | 287 |
ota-meshi/postcss-markdown | A PostCSS plugin for parsing Markdown with support for various CSS preprocessor syntaxes and linting capabilities. | 2 |
xoofx/sharpscss | A .NET wrapper around libsass to convert SCSS files to CSS | 56 |
theflashbum/fcss | Custom CSS parser for Flash to apply styles to any object | 83 |
100mango/swiftcssparser | A powerful CSS parsing library written in Swift | 280 |
x-projs/cssbuilder | Automates compilation of LESS/SASS/SCSS/Stylus files to CSS in .NET projects. | 6 |
postcss/postcss-js | A PostCSS processor for CSS-in-JS and inline styles | 658 |
gucong3000/postcss-markdown | Converts Markdown text to CSS | 21 |
postcss/postcss-scss | An SCSS parser for PostCSS to parse mixins and variables for transformation or comment addition | 657 |
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 |
postcss/postcss-use | Enables PostCSS plugins directly in your stylesheet using a syntax similar to CSS imports. | 153 |