Autoprefixer v4.0 Release Notes

    • ๐Ÿ“œ Become 2.5 times fatser by new PostCSS 3.0 parser.
    • ๐Ÿšš Do not remove outdated prefixes by remove: false option.
    • 0๏ธโƒฃ map.inline and map.sourcesContent options are now true by default.
    • โž• Add box-decoration-break support.
    • Do not add old -webkit- prefix for gradients with px units.
    • ๐Ÿ‘‰ Use previous source map to show origin source of CSS syntax error.
    • ๐Ÿ‘‰ Use from option from previous source map file field.
    • Set to value to from if to option is missing.
    • ๐Ÿ“œ Trim Unicode BOM on source maps parsing.
    • ๐Ÿ“œ Parse at-rules without spaces like @import"file".
    • ๐Ÿ‘ Better previous sourceMappingURL annotation comment cleaning.
    • ๐Ÿšš Do not remove previous sourceMappingURL comment on map.annotation: false.