作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试从 Bootstrap 2 迁移到 Rails 4 项目中的版本 3 RC1。
最初我使用 bootstrap-sass gem 2.3.2,一切顺利。
我现在如何将 Boostrap 3 添加到我的项目中?我找不到任何已转换为 SASS 的 gem,官方文档告诉我要从 LESS 将其编译成 CSS。
我对这一切都很陌生,所以我真的很困惑,有什么帮助吗?
更新 似乎我最初使用的 gem 终于更新了:
https://github.com/twbs/bootstrap-sass
最佳答案
尝试使用 https://github.com/anjlab/bootstrap-rails
通过将以下内容添加到您的 gem 文件 :
gem 'anjlab-bootstrap-rails', :require => 'bootstrap-rails',
:github => 'anjlab/bootstrap-rails',
:branch => '3.0.0'
//= require twitter/bootstrap
*= require twitter/bootstrap
关于twitter-bootstrap - 如何在 Rails 4 中使用 Bootstrap 3 RC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18032307/
我是一名优秀的程序员,十分优秀!