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

来源:5-7 [Sass运算]颜色运算

刘学连

2020-04-10 16:30

p {

    color: #010203 * 2;

}

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

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





写回答 关注

2回答

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

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

    慕函数747...

    电脑无法安装node-sass情况下怎么用sass来实现颜色运算!

    2021-10-02 01:11:41

    共 1 条回复 >

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

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

Sass入门篇

Sass入门视频教程,学会Sass使你摆脱重复编写代码的工作

104420 学习 · 263 问题

查看课程

相似问题