How do I output compressed CSS from Compass?

前端 未结 3 1506
醉梦人生
醉梦人生 2021-01-31 03:29

How do I configure compass to output smaller or compressed CSS files? I tried compass -s compressed but that didn\'t work.

3条回答
  •  花落未央
    2021-01-31 03:50

    In your config.rb file:

    output_style = :compressed
    

    More at http://compass-style.org/help/documentation/configuration-reference/.

提交回复
热议问题