Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#31337 closed enhancement (fixed)

Update grunt-autoprefixer to 2.2.0

Reported by: ocean90's profile ocean90 Owned by: ocean90's profile ocean90
Milestone: 4.2 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch
Focuses: Cc:

Description

Upstream changes:

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)

31337.patch (441 bytes) - added by ocean90 10 years ago.
build.diff (4.5 KB) - added by ocean90 10 years ago.

Download all attachments as: .zip

Change History (5)

@ocean90
10 years ago

@ocean90
10 years ago

#1 @netweb
10 years ago

+1 Tested and same results as build.diff

#2 @ocean90
10 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 31504:

Update grunt-autoprefixer to 2.2.0

Upstream changes:

fixes #31337.

#3 @ocean90
10 years ago

In 31505:

Run Autoprefixer after [31504].

This removes media queries for Opera < 12 and -ms-animation/@-ms-keyframes which was never (dev versions excluded) supported by IE.

see #31337.

Note: See TracTickets for help on using tickets.