gpt4 book ai didi

css - 使用 nodejs gulp 在 Less 中导入 .css 文件

转载 作者:技术小花猫 更新时间:2023-10-29 11:02:56 26 4
gpt4 key购买 nike

根据 this question可以从 less v.1.4.0 导入 css 文件。
我尝试使用 gulp-less 任务,但它不起作用。
有什么方法可以像这样导入 css 文件:@import "../spritesheet.css"; with nodeJS gulp?

最佳答案

有几种方法可以在 LESS 中包含文件,具体取决于您的需要,使用 @import ([keyword]) "filename"

允许的关键字是:

  • reference: use a Less file but do not output it
  • inline: include the source file in the output but do not process it
  • less: treat the file as a Less file, no matter what the file extension
  • css: treat the file as a CSS file, no matter what the file extension
  • once: only include the file once (this is default behavior)
  • multiple: include the file multiple times
  • optional: continue compiling when file is not found

Lesscss.org - Import Options

我不清楚你的用例是什么,但是如果你想在你的 LESS 文件中进一步使用 spritesheet.css 的内容(例如扩展你的 spritesheet 中定义的类)你需要 (less) 关键字。

如果您只想将 spritesheet.css 的内容包含到您的输出文件中,而根本不想从 LESS 文件中访问它们,请坚持使用 (inline)

关于css - 使用 nodejs gulp 在 Less 中导入 .css 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29727449/

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