TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 secos超过 10 年前

5 条评论

bzalasky超过 10 年前
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.
MalcolmDiggs超过 10 年前
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 未加载
brickcap超过 10 年前
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>
0172超过 10 年前
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.
avinassh超过 10 年前
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.