Skip to content
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
docs: update github syntax of warning
  • Loading branch information
ersachin3112 committed Jun 10, 2024
commit d519b1c76425a518947f5421043c1912858b0823
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ module.exports = {
};
```

> **Warning**
> [!WARNING]
>
> [`postcss-preset-env`](https://github.com/csstools/postcss-preset-env) includes [`autoprefixer`](https://github.com/postcss/autoprefixer), so adding it separately is not necessary if you already use the preset. More [information](https://github.com/csstools/postcss-preset-env#autoprefixer)

Expand Down Expand Up @@ -941,7 +941,7 @@ export default {
};
```

> **Warning**
> [!WARNING]
>
> If you are using Babel you need to do the following in order for the setup to work

Expand Down