gpt4 book ai didi

css - 停止 LESS 编译 css 的某一部分

转载 作者:太空宇宙 更新时间:2023-11-03 23:32:33 25 4
gpt4 key购买 nike

作为对 Firefox 30 的修复,删除了选择菜单下拉箭头样式的功能,我已经实现了 this workaround ,但 LESS 不会编译它(除非我使用 --force,在这种情况下我不能)。

使用 e 或 ~ 语法无效。有什么方法可以让 LESS 不在 less 文件中编译某段代码,而只是让它像

:-moz-any(.select):before {
background-color: #fff;pointer-events: none;z-index: 1;
}

这是错误:

Expected RPAREN at line 9, col 58150. This rule looks for recoverable syntax errors. (errors) Warning: Task "csslint:guar" failed. Use --force to continue.

最佳答案

如果包含 csslint ignore 注释,则可以忽略 CSSLint 规则:

/* csslint ignore:start */
@import('normalize.css');
/* csslint ignore:end */

body {
background: #333;
color: #eee;
}

来源:https://github.com/CSSLint/csslint/wiki/Ignoring-parts-of-CSS-during-linting

关于css - 停止 LESS 编译 css 的某一部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24922477/

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