我正在尝试使用具有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列。
诀窍是什么?