Fri, 11 Mar 2011 00:35 CET in Diem
I'm mainly a front developer and I like CSS coding but on large frameworks css can become a real mess to maintain or debug.
Main reasons are :
It's here that CSSPP comes to the rescue (or definitely kills our style efficiency).
We now have different points of view about CSSPP :
Reading those to posts make me think that bad coding technics already leads to spaghetti code that is difficult to understand and maintain, and it's true for all the actors of the production chain.
And corollary is that the use of CSSPP need to be done with programming best practices knowledge (factoring, oop) if we want it to really ease developers life. That's my two cents.
A discussion on Diem user group led me to fork to sfLESSPlugin and, with use of lessPhp to propose a quick solution to use less with Diem.
The howto is here.
Just let me now if you have any questions.
Read doc at : leafo lessphp parser doc
Comments for this post
Ramon said - April 12, 2011permalink
And it works, well done. How about a tutorial to install and use less with Diem ?