Code Clarity (TM) offers handcrafted and elegant Small Business Websites and Web Applications. We ar Web Development and Design firm based out of Boulder, Colorado. We specialize in W3C Standard complaint websites, SEO Marketing, PHP, Ruby on Rails, and much more. We also contribute to many open-source projects with interest and passion for Linux and Android.
Typically, I use my own setup for small to medium sized site designs. I use Compass/SaSS alongside my own static grid system. Less Framework look very interesting. Less Framework is a cross-device css grid system based on using inline media queries.This article is a good read.
Less Framework is a cross-device CSS grid system that uses inline media queries.It was previously shared at WRD and now became more mature and powerful with the 3rd version.
It first creates a default layout normally and adds additional layouts using inline media queries. Any browsers incompatible with media queries will simply ignore all the additional layouts, and will only use the default one.
The additional layouts will inherit any styles given to the default layout, so coding them is a breeze.
Less Framework’s website shows howmany columns are required for which devices and the CSS code can be customized online.
(Posted via Web Resources Depot)