twitter-bootstrap 类似于 Twitter Bootstrap 的 CSS 工具包?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7652967/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-13 16:17:28  来源:igfitidea点击:

CSS Toolkits similar to Twitter Bootstrap?

ruby-on-railsruby-on-rails-3.1sasslesstwitter-bootstrap

提问by alik

I really like the Twitter Bootstrapcss toolkit, but the issue is that it uses LESS and I am using a Rails 3.1 application which already comes with SASS. I managed to get Twitter Bootstrap to work with LESS, but it just sounds messy to have SASS and LESS both (your opinions are welcome).

我真的很喜欢Twitter Bootstrapcss 工具包,但问题是它使用 LESS,而我使用的是 SASS 附带的 Rails 3.1 应用程序。我设法让 Twitter Bootstrap 与 LESS 一起工作,但是同时拥有 SASS 和 LESS 听起来很混乱(欢迎您的意见)。

  1. I was wondering if there are css toolkits out there similar to Twitter Bootstrap? and possibly as good looking? Please let me know

  2. I am also curious, is there anyone here who has used twitter bootstrap and has experienced any issues? Please elaborate

  1. 我想知道是否有类似于 Twitter Bootstrap 的 css 工具包?和可能一样好看?请告诉我

  2. 我也很好奇,这里有没有人用过twitter bootstrap并且遇到过任何问题?请详细说明

回答by Pierre

There is a port of bootstrap to Sass : Sass bootstrap on github

Sass 有一个 bootstrap 端口:github 上的 Sass bootstrap

As for issues, I haven't found anything really annoying so far. The biggest pain is certainly the dire documentation.

至于问题,到目前为止我还没有发现任何令人讨厌的事情。最大的痛苦当然是可怕的文档。

回答by Gus Shortz

HTML KickStartis similar to Bootstrap, and even has some extras that Bootstrap doesn't. It uses CSS and jQuery.

HTML KickStart类似于 Bootstrap,甚至还有一些 Bootstrap 没有的额外功能。它使用 CSS 和 jQuery。

回答by rhodee

you should check out zurb-foundation. I had similar constraints for my project and really have not looked back. It is already packaged as a gem.

你应该看看zurb-foundation。我对我的项目有类似的限制,真的没有回头。它已经被打包成一个 gem。

回答by Lucas Medella Osorio Pereira

This frameworkd use Sass Link install in Ruby on Rails http://foundation.zurb.com/docs/rails.html

这个框架使用 Sass Link 安装在 Ruby on Rails http://foundation.zurb.com/docs/rails.html

回答by Joel Murphy

I noticed this question is still active and appears in Google search results so I thought I'd post this.

我注意到这个问题仍然有效并出现在谷歌搜索结果中,所以我想我会发布这个。

Another framework which seems to be getting more well known is Gumby. Gumby uses SASS and has a ton of cool features.

另一个似乎越来越为人所知的框架是Gumby。Gumby 使用 SASS 并具有大量很酷的功能。