Twitter Bootstrap 24列

时间:2012-08-15 15:11:27

标签: twitter-bootstrap

  

可能重复:
  Customizing Twitter Bootstrap Grid Does not Work

我正在尝试使用具有24列和流体网格系统的Twitter Bootstrap网格。

我通过设置3个网格变量来定制我的css http://twitter.github.com/bootstrap/download.html

@gridColumns:24
@gridColumnWidth:30px
@gridGutterWidth:10px

和流体网格系统:

@fluidGridColumnWidth:3.2%
@fluidGridGutterWidth:1.06%

通过这种方式,我仍然有一个12列网格。

我尝试在较少的文件(variables.less)中手动编辑它,并编译较少的文件以获取我的bootstrap.css但我无法获得24列。

诀窍是什么?

0 个答案:

没有答案