Hey Everyone, Not sure who all remembers, but I gave a brief presentation back at the September 2011 meetup about using a PHP script to generate CSS as opposed to something like SASS or LESS.
I've been iterating over it since then on numerous client projects and am finally ready to debut it on Github. https://github.com/bmcminn/PHPCSS It's called PHPCSS (\'fiks\) and is a PHP class with a number of helper methods that simplifies writing out vendor prefixed source code while appending the standard non-prefixed version at the end. Using PHP also gives you support for variable definitions for things like Color palettes, sizes, whatever you want; eventually I'll be setting up a mixin method that would return any CSS you wish. It's still in its infancy, since I just converted it from a handful of functions into a full class, and I'm looking into potential security issues with everything being echo based for now. Definitely open to suggestions, and if you do play around with it, let me know and feel free to reach out if you have questions. I've included a fairly extensive README file with the project, along with an example starter stylesheet as well, so hopefully that helps some. Not trying to start a SASS/LESS flamewar, just my way of saying thanks for being such a great community and can't wait see everyone at the next Refresh meetup! -- Brandtley McMinn - Owner/Creative Director http://giggleboxstudios.net @brandtleymcminn -- Our Web site: http://www.RefreshAustin.org/ You received this message because you are subscribed to the Google Groups "Refresh Austin" group. [ Posting ] To post to this group, send email to [email protected] Job-related postings should follow http://tr.im/refreshaustinjobspolicy We do not accept job posts from recruiters. [ Unsubscribe ] To unsubscribe from this group, send email to [email protected] [ More Info ] For more options, visit this group at http://groups.google.com/group/Refresh-Austin
