gpt4 book ai didi

ubuntu - 在 Ubuntu 中编译 LESS Twitter Bootstrap 文件

转载 作者:行者123 更新时间:2023-12-04 19:21:42 24 4
gpt4 key购买 nike

我下载了 twitter Bootstrap https://github.com/twbs/bootstrap

我正在尝试编译较少的文件,但它给了我一个 NameError

lessc wells.less test.css

错误

NameError: .border-radius is undefined in /var/www/2.6.0/assets/less/wells.less:13:2
12 border: 1px solid darken(@wellBackground, 7%);
13 .border-radius(@baseBorderRadius);
14 .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));

最佳答案

不知道lessc命令现在在 v2.3.1 中仍然有效,但您应该编译 bootstrap.less文件。该文件将编译 Bootstrap 中包含的所有文件(响应式较少文件除外)。该文件的内容是:

@import "variables"
@import "scaffolding"
...
@import "hero-unit.less";

所以像:
lessc ./bootstrap.less > bootstrap.css

应该可以,但我不能向你保证,因为我测试的最后一个版本是 2.1。

无论如何,有一些使用 makefile 或简单地使用 less.js 编译代码的说明。以避免编译。可以看说明 in the documentation from their official pagegithub project 的自述文件中.

关于ubuntu - 在 Ubuntu 中编译 LESS Twitter Bootstrap 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15982195/

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