Skip to content

Instantly share code, notes, and snippets.

@psd
Created January 9, 2010 15:02
Show Gist options
  • Save psd/272931 to your computer and use it in GitHub Desktop.
Save psd/272931 to your computer and use it in GitHub Desktop.
Parsing CSS in JavaScript
Parsing CSS in JavaScript
CSS3 Selectors in LEXX/YAXX:
http://www.w3.org/TR/css3-selectors/#w3cselgrammar
Prior Art:
Python CSS Parser:
http://cthedot.de/cssutils/
Abandoned project, no tests, simple processor:
http://www.senocular.com/index.php?id=1.289
http://www.senocular.com/pub/javascript/CSS_parse.js
jQuery CSS Parser:
http://bililite.com/blog/2009/01/16/jquery-css-parser/
http://bililite.com/inc/jquery.parsecss.js
See Also:
John Resig's HTML Parser:
http://ejohn.org/files/htmlparser.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment