命令行编译sass

默认格式 ,不压缩: 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

posted @ 2019-09-21 04:00  见信  阅读(406)  评论(0)    收藏  举报