I'm starting building a website good for mobile devices too. So I'm also starting studying media queries and the various grid frameworks. I've taken a look to all the 'main players' like inuit, the semantic grid etc.. and found that probably the best one for me is the frameless grid:
The author says it's 'the spiritual successor to Less Framework':
Ok. I've studied a lot all the less/css code and html code of the main framelessgrid.com page (that chould implement the frameless grid) but I can't fugure out how really I can implement it.
First of all, what does he exactly mean by 'frameless'? Simply that it's not a framework? And apart of having free column widths and 'inverted' media queries to be 'mobile first', how does it differs from lessframework?
How should I exactly use the .less variables (particularly the @cols series)?
What does exaclty mean 'Adapt column by column, not pixel by pixel.'? How should one put this concept in practice?
:)