Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
搜索了一段时间的答案并找不到,除了:“只需更改并再次保存文件”。
好吧,我有很多 css 文件,我只想将样式更改为压缩,而不必打开每个文件,更改某些内容,保存并关闭。
这可能吗?
正确的命令应该是:
sass --force --update scss/:css/ --style 压缩
这将“强制”所有要编译的文件并使用这种新样式进行压缩。