TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Neat

375 pointsby Gertigover 12 years ago

10 comments

betageekover 12 years ago
Dear CSS framework writers (not just Neat) can you start adding a section to your docs that states what Browsers your frameworks are supposed to support. This doesn't work in IE8 at all, which is fine if your not going to support it as long as you make that clear.
评论 #4478916 未加载
damncabbageover 12 years ago
Zurb Foundation (<a href="http://foundation.zurb.com/" rel="nofollow">http://foundation.zurb.com/</a>) is another great one that's done with Sass.<p>I tend to prefer it over the more intrusive styles Bootstrap seems to add; Foundation lets you more easily pick and choose what you do and don't want to drag in.
评论 #4477970 未加载
评论 #4478549 未加载
评论 #4478800 未加载
评论 #4484360 未加载
评论 #4479220 未加载
androver 12 years ago
What I do to avoid the class soup Bootstrap expects you to use in your HTML is import bootstrap.css in LESS/SASS and then inherit its classes in my semantic classes. E.g.,<p><pre><code> .userprofile { .well; }</code></pre>
pieover 12 years ago
Susy (<a href="http://susy.oddbird.net" rel="nofollow">http://susy.oddbird.net</a>) is another well-designed option for semantic grids that's been around for awhile.
评论 #4477901 未加载
beernutzover 12 years ago
If anyone is looking for an AMAZING and well documented theme all ready to go:<p><a href="http://www.display-inline.fr/demo/developr/template/login.html" rel="nofollow">http://www.display-inline.fr/demo/developr/template/login.ht...</a><p>use any un/pw to log in.<p><a href="http://themeforest.net/item/developr-fully-responsive-admin-skin/2085628" rel="nofollow">http://themeforest.net/item/developr-fully-responsive-admin-...</a><p>This guy kicks ass!
评论 #4479842 未加载
wasdover 12 years ago
Seems cool but why not just go with the bootstrap or 1140?
评论 #4477960 未加载
yycomover 12 years ago
"Neat" is not a headline
评论 #4478910 未加载
syncover 12 years ago
I never understood why someone would use bourbon over compass (<a href="http://compass-style.org/" rel="nofollow">http://compass-style.org/</a>).
评论 #4479121 未加载
Shankover 12 years ago
Definitely nice if all you want is the flexible grid system from something like Bootstrap. Sometimes it can be a pain attempting to only use a certain component, and for something as core as a grid system, this is most certainly the lightest method.
jameswyseover 12 years ago
I wish there was something like this for Stylus.. It's by far my favourite CSS Pre-Processor