Age | Commit message (Collapse) | Author | Files | Lines |
|
== 3.0.2
* New Features
* Support IE Safe Hacks [stereobooster]
* Bugfixes
* Fix #23 - set up CSSPool.CSS so it can read files. [Mike Tierney]
|
|
== 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]
|
|
== 3.0.0
* New Features
* Pure ruby: no longer uses C based back end.
|
|
CSSPool is a CSS parser. CSSPool provides a SAC interface for parsing
CSS as well as a document oriented interface for parsing CSS.
|