sass 注释怎么去掉

来源:5-1 Typography模块(上)

qq_丶思_0

2016-06-13 17:29

老师那个默认的注释怎么去掉啊

写回答 关注

2回答

  • UncleKeith
    2016-08-01 14:22:27

    如果compass正在watch,就退出watch状态。

    如果没有,则在config.rb文件中输入line_comments = false

    最后在命令行中输入compass compile 即可

  • 樱缘
    2016-06-16 17:11:10

    line_comments = false   在config.rb文件中加入这一行

Sass和Compass必备技能之Compass

结实Compass,通过这个工具来帮助你写出更优秀的CSS

21216 学习 · 76 问题

查看课程

相似问题