Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 580 Bytes

minify-css.md

File metadata and controls

9 lines (6 loc) · 580 Bytes

Minify CSS

CSS is minified with the fantastic clean-css library. The direct compiler takes a hash of options just like accord does. You can see the options that can be passed here.

Supported Methods

  • render

Source Maps

Clean CSS does not yet have support for source maps, but it is in the works at the time of writing. We will re-examine if/when this feature is fully implemented.