Like we said in our previous post on CSS Style Priority Level ; CSS is very simple and straight forward. However, it also has its limitations, particularly when it comes to its maintenance. When we have thousands of lines of styles and some separated CSS files to maintain, things will problematic. To solve the problem, a CSS pre-preprocessor is created to allow us to compose styles in a more dynamic way. There are a few solutions , but the one that we are going to cover this time is LESS . LESS Editor In the time of the writing, the only editor that was intended specifically to support LESS file editing is the ChrunchApp . This app is cross-platform, built upon Adobe Air , so you can run it on Windows , Mac OSX and Linux . As for the other code editors that we may be familiar with, like Dreamweaver, Coda, NotePad++ and SublimeText 2, there is a sort of “plugin” or package we can add to enabl...
Comments
Post a Comment