命令行编译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
默认格式 ,不压缩: 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