For me Bootstrap, Zurb are currently only really interesting in a sense I would use them in projects. For a while I used Skeleton, I think it lost pace a little and I get same benefits with Zurb.
Again, I welcome your vision of organized front-end, would appreciate a page that would outline differences and specific benefits.
If you don't do the comparison yourself, you're at risk of losing out.
Specifically, HTML has always allowed nesting an <input> inside <label> - and that's more than enough to create either a horizontal or stacked layout. No <div>s needed. And no "for" attribute needed with an unnecessary input ID.
Nice to see some portuguese projects here.
On a unrelated note, how did this end up on as the musicbox website framework? I worked in this project a while ago (backend and frontend clients only) and had no idea who did the musicbox.sapo.pt frontend.
For instance, if I want a two column layout, I put two divs inside the '.column-group' container. Now (theoretically) if I were to dynamically add a third column, it seems that Ink would automatically adjust the other two columns to fit.
With bootstrap, I would need to change the '.spanx' of each div within the '.row'
Using "large/medium/small" prefixes and specifying the percentage of each column (large-50 medium-50 small-100)
Take a look at http://ink.sapo.pt/layout
Of course they don't own those 3 letters which have a wide array of meaning, similar to words like "bootstrap", "ember", "buffer", or "backbone". I'd be hesitant to use those words in a product, open source or otherwise, however.
Now just hesitating because of the end CSS size. 160KB minified is nearly twice the size of Bootstrap.
Seriously now, it's been in internal use for a good while because it solved problems that Bootstrap didn't address (like the particular grid flavour and some corner cases in responsive layouts), and the best way gather feedback and improve it is, of course, making it public.
Why does the W3C and every CSS framework avoid making 'center' a thing? Yes, I know how to do it myself...I'm just saying that it has its place.
Doesn't it?