Less Framework 2.0 Released
lessframework.com
Less Framework 2.0 Released
1–10 of 29 posts
Re: Less Framework 2.0 Released
#2Edit: Apparently this is not lesscss but less the css framework. Sorry for the misunderstanding on my part, but I think it should be understandable...
Re: Less Framework 2.0 Released
#3Re: Less Framework 2.0 Released
#4One issue with the website: I know the tagline is making use of the name, but it sounds uneducated to say "Now with less features, one grid," when "fewer" is the word to use. Maybe it would be better to say something like, "Less complicated, one grid." There are those out there who may dismiss something wonderful on the basis of a small error like this.
Re: Less Framework 2.0 Released
#5Note: this is not LESS the CSS preprocessor, it's a CSS framework focused on creating layouts that target multiple devices.
Re: Less Framework 2.0 Released
#6the 5-column layout is 768px wide is default fir older browsers. Which means i get to see 768px wide layout even on my netbook which easily supports the usual 960px?
Guess 960px would be fine as a default. I hope this has some kind of custom layout generator like BlueprintCSS which has Blueprinter.
But other than that, this is actually uber-cool.
P.S: Thanks to the site designer for mentioning the names of the typefaces used on the site.
Re: Less Framework 2.0 Released
#7Can you combine the columns for the ability to build larger boxes? Or use less than 5 columns on the widest site?
Re: Less Framework 2.0 Released
#8Browsers that don't support media-queries, like ie8 and below, simply ignore everything inside inline media-queries. This means they'll use the default five-column layout – which is more than sufficient for desktop usage – and ignore everything else. the 5-column layout is 768px wide is default fir older browsers. Which means i get to see 768px wide layout even on my netbook which easily supports the usual 960px? Gue…
No custom layout generators or bells or whistles, sorry. Kept this intentionally simple. :)
Re: Less Framework 2.0 Released
#9Really really want a good comparison/review between LESS, SASS, Scaffold, xCSS, etc. Edit: Apparently this is not lesscss but less the css framework. Sorry for the misunderstanding on my part, but I think it should be understandable...
Just Less Framework. :)
Re: Less Framework 2.0 Released
#10Cool. I agree with Charuru that it will be nice to see how this compares to similar resources. One issue with the website: I know the tagline is making use of the name, but it sounds uneducated to say "Now with less features, one grid," when "fewer" is the word to use. Maybe it would be better to say something like, "Less complicated, one grid." There are those out there who may dismiss something wonderful on the bas…