#31337 closed enhancement (fixed)
Update grunt-autoprefixer to 2.2.0
Reported by: | ocean90 | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
Upstream changes:
- grunt-autoprefixer: https://github.com/nDmitry/grunt-autoprefixer/compare/v1.0.1...v2.2.0
- autoprefixer-core: https://github.com/postcss/autoprefixer-core/compare/2.0.2...5.1.5
grunt-autoprefixer has a new option `remove` which allows to remove outdated prefixes. This is by default true.
In build.diff you will see that this option removes our media queries for Opera: -o-min-device-pixel-ratio:
. These are only supported by Opera 10 and 11 and since we support only Opera 12 and up, these lines can be removed.
-ms-animation
and @-ms-keyframes
was never supported in a stable branch of IE.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
+1 Tested and same results as
build.diff