问答详情
源自:5-7 [Sass运算]颜色运算

5.7 [Sass运算]颜色运算 - 颜色不能运算

p {

    color: #010203 * 2;

}

问题:运行这个代码报如下错误:

  •   Error: Undefined operation "#010203 * 2".





提问者:刘学连 2020-04-10 16:30

个回答

  • emlia
    2020-04-12 11:53:20

    我用的是node-sass编译的,命令你可以参考一下  node-sass --watch --output-style=expanded  test.scss test.css

  • emlia
    2020-04-12 11:50:06

    copy了你的代码,我是能运算的