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

Provide an interface for `RuleSet|CSSList|Import|Charset`

oliverklee opened this issue · comments

This will help us reduce some overlong type annotations in CSSList.

Could we merge all these into one? Having a half a dozen separate issues clogs up the log.

EDIT: Please ignore that comment. I meant "search results" not "log". The issue I was having was searching issues, and finding all six of these similar issues on the first page of results. They do all need to be done on a case-by-case basis.