0

I'm using bootstrap 2.3.2 on rails 3.2.13 and ruby 1.9.3p194.

I want to override the default container width and the span width.

4

2 回答 2

1

您无需编辑 gem。

bootstrap_override.css.scss在 stylesheets 文件夹中创建一个文件:

@import 'bootstrap';

.container {
  // Your own rules
}

.span[n] {

}

您可以覆盖任何样式,因为您在之前添加了引导程序。这就是 CSS 的工作方式。

于 2013-09-20T14:17:56.643 回答
0

1)宝石安装gemedit

2) gem 编辑 -e subl bootstrap-sass

3) 完成。

于 2013-09-21T19:09:34.280 回答