Update 2018: This question was asked long before PostCSS existed, and I would have probably used that.
I\'d like to par
Here is our open source CSS parser css.js
Here is a simple parsing example :
To stringify parsed data structure into CSS string after editing
var newCSSString = parser.getCSSForEditor(parsed);
Main features of our CSS parser is :