Make WordPress Core

Changeset 50784 for trunk/package.json


Ignore:
Timestamp:
04/22/2021 10:56:40 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Remove Internet Explorer 11 from the browserslist.

This officially removes support for Internet Explorer 11 in the CSS files run through the build process in Core.

Individual tickets should be opened for removing each manually maintained area of the code base targeting IE11.

The resulting changes to CSS files are included in this commit.

Fixes #53077.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r50778 r50784  
    1515    "browserslist": [
    1616        "> 1%",
    17         "ie >= 11",
    1817        "last 1 Android versions",
    1918        "last 1 ChromeAndroid versions",
Note: See TracChangeset for help on using the changeset viewer.