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.

Ask HN: What are the best light-weight CSS frameworks?

4 pointsby secosover 10 years ago

5 comments

bzalaskyover 10 years ago
If you&#x27;re looking for light-weight Sass frameworks, you might like Thoughtbot&#x27;s mixins and libraries.<p>- Bourbon (bourbon.io, like Compass but lighter)<p>- Neat (neat.bourbon.io, grid framework via mixins)<p>- Bitters (bitters.bourbon.io, scaffold styles and file structure)<p>- Refills (refills.bourbon.io, example components built with all of the above)<p>I&#x27;ve used these in multiple projects and I wouldn&#x27;t switch back to Bootstrap or Foundation, which end up adding tons of unused styles to projects, and IMO, get in the way. The advantage to Bourbon, etc... is that you have much more control over the structure of your Sass and what specifically you need. If you&#x27;re looking for out of the box UI, Refills gives you something to work with, but honestly, I think it&#x27;s tailored towards developers that are building custom interfaces.
MalcolmDiggsover 10 years ago
Bootstrap and Zurb foundation are probably the most popular these days.<p>If you&#x27;re looking for something super light weight and responsive you might also want to check out getSkeleton.com<p>PureCss.io is also nice if you&#x27;re looking for modular options.
评论 #8555779 未加载
brickcapover 10 years ago
I like simple grid. Just a simple grid system as the name suggests. Less than 1kb minified.<p><a href="http://thisisdallas.github.com/Simple-Grid/" rel="nofollow">http:&#x2F;&#x2F;thisisdallas.github.com&#x2F;Simple-Grid&#x2F;</a>
0172over 10 years ago
UIKit (<a href="http://getuikit.com/" rel="nofollow">http:&#x2F;&#x2F;getuikit.com&#x2F;</a>) is my personal favourite. Pure (<a href="http://purecss.io/" rel="nofollow">http:&#x2F;&#x2F;purecss.io&#x2F;</a>) is nice too.
avinasshover 10 years ago
Yahoo Pure.<p>Most of the time I don&#x27;t need those fancy features of Twitter Bootstrap and Pure has been my go to default.