CSS Less: Extend CSS By Adding Variables, Mixins, Operations and Nested Rules
LESS is an extension to CSS. Less uses existing css syntax. This means you can migrate your current .css files to .less in seconds and there is virtually no learning curve.
The best way to explain Less is to show you (…)
Use A Body ID To Style Your Website In CSS
Trevor Davis wrote a convincing article why using ID’s in the body tag makes sense. I often use it to keep different page layouts sorted and inserted an id manually. Now he shows an interesting way using PHP and/or Wordpress. (…)
CSS Revolution - Use Condition Rules WITHIN Styles
Undoubtedly you will have found many a situation where different web-browsers require different style statements. Conditional-CSS addresses this by letting you add Internet Explorer style conditions inline with your CSS statements.
Condition example
Why using it?
Conditional-CSS allows you to write maintainable CSS (…)





