Sass命令行

小花🌼的朵数代表该命令行的重要程度:

🌼🌼🌼 compass create sumie 新建项目Sass工程,
项目名为sumie
🌼🌼🌼 compass compile
compass compile --force

编译有改动的Sass文件
强制编译所有的Sass文件

 
🌼🌼🌼  compass watch  监视Sass文件夹,自动编译  
🌼🌼🌼  compass watch --force -s nested 自动编译,并确认输出风格为nested 

 注:输出风格有 nested expanded compact compressed 4种

🌼🌼  sass demo.scss demo.css  将demo.scss编译成demo.css  
🌼🌼  sass --watch demo.scss:demo.css  自动编译demo.scss到demo.css  
🌼🌼  sass --watch sass:stylesheets  自动将sass文件夹内的文件编译到stylesheets文件夹中  
posted @ 2017-11-17 15:11  Sumie  阅读(1113)  评论(0编辑  收藏  举报