覆盖引导变量似乎不起作用

时间:2012-08-19 23:32:26

标签: twitter-bootstrap less

我试图在bootstrap中覆盖他的列宽。正如bootstrap_and_overrides.less中所建议的那样,这是我应该覆盖它们的地方:

// Since bootstrap was imported above you have access to its mixins which
// you may use and inherit here
//
// If you'd like to override bootstrap's own variables, you can do so here as well
// See http://twitter.github.com/bootstrap/less.html for their names and documentation
// Example:
// @linkColor: #ff0000;
 @gridColumnWidth : 55px;
 @gridGutterWidth: 43px;

当我重新启动服务器并重新加载页面时,生成的css不会改变,并且跨度宽度保持不变。

我是否需要重新编译less文件才能使更改生效?我该怎么做?

提前致谢!

2 个答案:

答案 0 :(得分:1)

是的,您需要使用LESS重新编译才能看到您的更改。可以使用LESS站点中的JavaScript,也可以使用Twitter Bootstrap page about LESS上的其中一种方法。

答案 1 :(得分:0)

您还可以在http://twitter.github.com/bootstrap/customize.html自定义下载引导程序。

@gridColumnWidth@gridGutterWidth可以自定义。