gpt4 book ai didi

css - scss 目标多个ID

转载 作者:行者123 更新时间:2023-11-28 01:47:57 24 4
gpt4 key购买 nike

我希望使用 scss 定位 ID 中的类,以便我编译的 css 如下:

#template1 .heroText, #template2 .heroText {
text-align:center;
}
#template3 .heroText, #template4 .heroText {
text-align:left;
}

以下 scss(逗号分隔的 ID)似乎对我不起作用:

#template1, #template2{
.heroText {
text-align:center;
}
}
#template3, #template4{
.heroText {
text-align:left;
}
}

这应该有效还是有不同的方法在 scss 中定位多个 ID,因为我能找到的所有文档都与类而不是 ID 相关

最佳答案

感谢您的帮助,我已将问题追踪到 .sass-cache 文件夹。删除它后,一旦我对我的 scss 运行 grunt,我编译的 css 就会按预期显示。

关于css - scss 目标多个ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50101981/

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