sabberworm / 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

Flatten the production code directory structure

oliverklee opened this issue · comments

To be more consistent with most other PHP projects, I'd like to change the directory structure like this (without changing the namespaces of the PHP classes):

lib/Sabberworm/CSS/*.php -> src/*.php

@sabberworm @westonruter Would this be okay for you?

Sounds good, thanks