Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
LESS css making an easier development
Just starting to get into using Less for my css and surprisingly enough i think it is amazing to work with. Now with the work on a javascript version of Less compiler it can be done at runtime and cached for you into localstorage if possible. It seems to fit with the organisation of vanilla's css schemes.
Nested rules means its even more concise to keep elements together for example styling of buttons, navigation, sidebar. And the variables mean that items such as color schemes can be stored. This means a single variable to change the color of every item rather than finding every single element using that color.
Any thoughts? @Mark @digibomb @tim
http://fadeyev.net/2010/06/19/lessjs-will-obsolete-css/
http://lesscss.org/
Nested rules means its even more concise to keep elements together for example styling of buttons, navigation, sidebar. And the variables mean that items such as color schemes can be stored. This means a single variable to change the color of every item rather than finding every single element using that color.
Any thoughts? @Mark @digibomb @tim
http://fadeyev.net/2010/06/19/lessjs-will-obsolete-css/
http://lesscss.org/
1
Comments
In terms of using LESS in other ways, well, that is Q for @Mark
There was an error rendering this rich post.
I tried to some pseudo css helper languages (LESS, SASS, xCSS) and can say that none of them is good for me.
Going to research all of them
1. LessPHP - Buggy. Dont understand non-standard rules. Ex. Can't parse this - fails with fatal error. Going to trash.
2. xCSS - Buggy. Produces some strange resulting CSS: selectors are shuffled, reversed... unexpected. Going to trash.
3. SASS. Actually, I didnt found good parser in PHP for it. Phphaml is big-slow and inactive. Skipped.
4. Turbine.
Hateful python like syntax (without brackets).
Huge. Has many features. Plugins. Slow. It is not my choice.
5. Switch CSS. Need special server software. Apache with mod_python. Skipped.
6. CSS Cacheer - no examples on site or in distributive... Looks like that is has poor functionality. Not checked. Skipped.
7. CSS Preprocessor. Hmm... not found nested selectors in examples. Going to trash.
8. CSS PP
Alpha status. No release available. Waiting...
9. SmartCSS
Not tested. Unusual syntax.
10. Mechanical-CSS
Nice. Light. But poor functionality. No nested selectors feature. Going to trash.
11. DT CSS
All "standard preprocessor" features. Lightweight. Fast. My choice.
Plugin - http://vanillaforums.org/addon/588/dtcss