Hacker News new | past | comments | ask | show | jobs | submit login
Unobtrusive CSS Framework (unobtrusivecss.com)
64 points by csomar on Feb 12, 2010 | hide | past | favorite | 17 comments



Sass can even make this CSS framework more compact!

http://gist.github.com/302395


Found a bug:

    input[type=checkbox],
    input.checkbox {
    }
is used twice in unobtrusive.forms.css


Fixed.


I found the plugins quite bloated, but indeed the best framework ever!!!


Can we please get some compression here?


Agree, we need a minified version, also remember to turn on gzip in your server.


Could someone please explain what does it do?

  *{}


* matches every element in the page. {} does nothing because there's nothing inside of it.


Is the point that you shouldn't be using a CSS framework? Because I reckon they're legit... has anyone written an article to contrary?


I missed the joke too .. Would someone kindly explain?


Ha,ha this great(only 3 bytes) is even smaller than my: 1 line CSS Grid Framework http://www.vcarrer.com/2009/06/1-line-css-grid-framework.htm...


that elaborate joke was totally worth the effort


I'm using the "Tabularisationifier Plugin" for all my table layouts for now on. Brilliant! ;)


Also 3 bytes: HA!


Meh. It's not semantic enough for me.


The license made the joke work. =)


+1 for the huge effort




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: