PHP to Parse CSS
Posted onIn a project a started a while ago (…and am likely to never finish, both due to legal restrictions and time constraints), I had to parse a chunk of PHP code and break it down into the individual values. Nothing in PHP can really do this natively, since CSS has to be parsed quite loosely. With […]