p { color: #010203 * 2;}
p {
color: #010203 * 2;
}
问题:运行这个代码报如下错误:
Error: Undefined operation "#010203 * 2".
我用的是node-sass编译的,命令你可以参考一下 node-sass --watch --output-style=expanded test.scss test.css
copy了你的代码,我是能运算的