summaryrefslogtreecommitdiff
path: root/www/ruby-csspool
AgeCommit message (Collapse)AuthorFilesLines
2012-12-17Update ruby-csspool to 3.0.2.taca3-7/+10
== 3.0.2 * New Features * Support IE Safe Hacks [stereobooster] * Bugfixes * Fix #23 - set up CSSPool.CSS so it can read files. [Mike Tierney]
2012-06-02Update of ruby-csspool to 3.0.1.taca2-6/+6
== 3.0.1 * New Features * 'Minified' CSS output: passing :minify => true to a to_css call will omit line breaks * Added Gemfile * Bugfixes * Parse properties without semi-colons at the end of a declaration. [stereobooster] * Handle whitespaces after properties [stereobooster]
2012-03-18Update ruby-csspool to 3.0.0.taca3-23/+18
== 3.0.0 * New Features * Pure ruby: no longer uses C based back end.
2010-09-23Importing www/ruby-csspool 2.0.0.taca4-0/+90
CSSPool is a CSS parser. CSSPool provides a SAC interface for parsing CSS as well as a document oriented interface for parsing CSS.