Sass @debug

@debug 在 Sass 中是用来调试的,当你的在 Sass 的源码中使用了 @debug 指令之后,Sass 代码在编译出错时,在命令终端会输出你设置的提示 Bug:

@debug 10em + 12em;

会输出:

Line 1 DEBUG: 22em

 

posted @ 2018-06-03 12:10  珊迪·奇克斯  阅读(202)  评论(0编辑  收藏  举报