MyIntervals / PHP-CSS-Parser

A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS

Home Page:http://www.sabberworm.com/blog/2010/6/10/php-css-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate the lenient mode switch

oliverklee opened this issue · comments

This is blocked by #461.

We should always parse in the lenient way now. The configuration for the lenient should be a no-op, and the corresponding methods/properties should be marked as @deprecated #462 will be removed in version 10. (#462 is the ticket for dropping the configuration switch altogether.)