clean-css v3.1.0 Release Notes

Release Date: 2015-02-26 // about 9 years ago
    • ➕ Adds 0deg to 0 minification where possible.
    • ➕ Adds better non-adjacent selector merging when body is the same.
    • ➕ Adds official support for node.js 0.12.
    • ➕ Adds official support for io.js 1.0.
    • ➕ Adds restructuring optimizations to reorganize selectors, which vastly improves minification.
    • 🛠 Fixed issue #158 - adds body-based selectors reduction.
    • 🛠 Fixed issue #182 - removing space after closing brace.
    • 🛠 Fixed issue #204 - @media merging.
    • 🛠 Fixed issue #351 - remote @imports after content.
    • 🛠 Fixed issue #357 - non-standard but valid URLs.
    • 🛠 Fixed issue #416 - accepts hash as minify argument.
    • 🛠 Fixed issue #419 - multiple input source maps.
    • 🛠 Fixed issue #435 - background-clip in shorthand.
    • 🛠 Fixed issue #439 - background-origin in shorthand.
    • 🛠 Fixed issue #442 - space before adjacent nav.
    • 🛠 Fixed issue #445 - regression issue in url processor.
    • 🛠 Fixed issue #449 - warns of missing close braces.
    • 🛠 Fixed issue #463 - relative remote @import URLs.