如何从Compass输出压缩的CSS?

前端之家收集整理的这篇文章主要介绍了如何从Compass输出压缩的CSS?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何配置罗盘输出较小或压缩的CSS文件?我试过罗盘-s压缩,但没有工作。

解决方法

在您的config.rb文件
output_style = :compressed

更多在http://compass-style.org/help/documentation/configuration-reference/

原文链接:https://www.f2er.com/css/220617.html

猜你在找的CSS相关文章