gpt4 book ai didi

twitter-bootstrap - Less v2 不编译 Twitter 的 Bootstrap 2.x

转载 作者:行者123 更新时间:2023-12-03 08:31:54 26 4
gpt4 key购买 nike

编译 Twitter 的 Bootstrap 2.3.2 时。使用 Less 2 我发现以下错误:

NameError: #grid > .core > .span is undefined in /home/bootstrap-2.3.2/less/navbar.less on line 199, column 3:
198 .navbar-fixed-bottom .container {
199 #grid > .core > .span(@gridColumns);
200 }

我怎样才能解决这个问题?

最佳答案

通过创建一个在 Bootstrap mixin 之后加载的新 mixin,我能够在不修改 Bootstrap 文件的情况下避免错误:

#grid {
.core {
.span(@gridColumns) {
width: (@gridColumnWidth * @gridColumns) + (@gridGutterWidth * (@gridColumns - 1));
}
}
};

这对我们来说更好,因为我们避免修补 contrib 包。

关于twitter-bootstrap - Less v2 不编译 Twitter 的 Bootstrap 2.x,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26628309/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com