命令行编译sass
时间:2019-09-21 10:14:47
收藏:0
阅读:104
默认格式 ,不压缩: sass index.scss index.css --style nested
常规,页面代码比较清晰:sass index.scss index.css --style expanded
一行展示,不进行压缩: sass index.scss index.css --style compact
压缩: sass index.scss index.css --style compressed
原文:https://www.cnblogs.com/JianXin1994/p/11561251.html
评论(0)