The class reads an entire CSS file and stores it inside an array for later processing, like sorting, CSS analysis, etc..
A demo is included with the download package.
Requirements:
· PHP 5 or higher
What's New in This Release: [ read full changelog ]
· Fixed bug, the __construct permission declaration was set as private therefore rendering the whole engine to not work when initialising the class in PHP.
· Added private permission declaration to phpCSS::rule to ensure it cannot be intercepted by other libraries as it does not need to be read outside the library. Any requested permissions can be coded in the library at this stage.