Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not ie 11 is dead #44029

Merged
merged 1 commit into from
Dec 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
not ie 11 is dead
Nfinished authored Dec 14, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 09006c70d5980224f2ee3afde91833149357b9cf
2 changes: 1 addition & 1 deletion docs/advanced-features/customizing-postcss-config.md
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ To customize browserslist, create a `browserslist` key in your `package.json` li

```json
{
"browserslist": [">0.3%", "not ie 11", "not dead", "not op_mini all"]
"browserslist": [">0.3%", "not dead", "not op_mini all"]
}
```