|
|
|
|
|
by prashnts
3335 days ago
|
|
It looks great, except one nitpick. Exploiting `radio` input for things like Tabs and Accordions [0] is surely a sweet trick, but I don't think it's a great idea to use it where more than a few people would maintain the code. Not only that, it also breaks completely in anything below "modern browsers". I get that this framework doesn't target those browsers, but I think these are the kind of things Javascript is for. It shouldn't be done by CSS. [0] http://minicss.org/tab.html#tab-title |
|