刘学连
2020-04-10 16:30
p {
color: #010203 * 2;
}
问题:运行这个代码报如下错误:
Error: Undefined operation "#010203 * 2".
我用的是node-sass编译的,命令你可以参考一下 node-sass --watch --output-style=expanded test.scss test.css
copy了你的代码,我是能运算的
Sass入门篇
104409 学习 · 276 问题
相似问题