File: |
v2/cssparser.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
Moved the old cssparser to the folder v1 and created a folder v2 with a new CSSParser.
The new version is not backwards compatible with the old version. But I've decided to release it in the same package as the old one since it is such an improvement over the old code which was based on code made for PHP4 in 2003. |
Class: |
CSS parser
CSS parser class |
Author: |
By Thomas Björk |
Last change: |
Added compatibility to use semi-colons within parenthesises. A semi-colon is not considered a terminator it inside a single quote '...;...', a double quote "...;..." or within a pair of parenthesis (...;...)
Added a few examples
Updated the readme
Added compatibility to use semi-colons within parenthesises. A semi-colon is not considered a terminator it inside a single quote '...;...', a double quote "...;..." or within a pair of parenthesis (...;...)
Added a few examples
|
Date: |
8 months ago |
Size: |
12,068 bytes |
|
|
|