Skip to content

Commit

Permalink
not ie 11 is dead (#44029)
Browse files Browse the repository at this point in the history
`not ie 11` is now included in `dead` by browserslist: https://browsersl.ist/#q=defaults%2C+not+ie+11%2C+not+dead

## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm build && pnpm lint`
- [x] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
  • Loading branch information
Nfinished committed Dec 14, 2022
1 parent 16a1116 commit 7c1ac89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/customizing-postcss-config.md
Expand Up @@ -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"]
}
```

Expand Down

0 comments on commit 7c1ac89

Please sign in to comment.