This repository has been archived and is now read-only. Please contact one of the fluid-project maintainers if you’d like to request it be unarchived for further development. https://wiki.fluidproject.org/display/fluid/Get+Involved
JSCSSP - CSS parser in JavaScript
This is a modified version of Daniel Glazman's JSCSSP.
var parser = new CSSParser();
parser.parse("a{color:#FF0OFF;}", false, true);