Make WordPress Core


Ignore:
Timestamp:
02/12/2026 07:56:42 PM (2 months ago)
Author:
joedolson
Message:

Twenty Twenty One: Remove support for Internet Explorer.

No version of Internet Explorer is still supported by WordPress or Microsoft. Usage of Internet Explorer has dropped to about 0.1%.

Remove IE-specific CSS and polyfills.

Props sabernhardt, westonruter, mukesh27, joedolson.
Fixes #64590.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/package.json

    r61329 r61628  
    6565        "build:dark-rtl": "rtlcss assets/css/style-dark-mode.css assets/css/style-dark-mode-rtl.css",
    6666        "build:print": "sass assets/sass/07-utilities/print.scss:assets/css/print.css --style=expanded --source-map",
    67         "build:ie": "postcss style.css -o assets/css/ie.css",
    68         "build:ie-editor": "postcss assets/css/style-editor.css -o assets/css/ie-editor.css",
    6967        "build:stylelint": "stylelint **/*.css --fix --config .stylelintrc-css.json",
    7068        "build": "run-s \"build:*\"",
Note: See TracChangeset for help on using the changeset viewer.