Skip to content

Commit 1cdbe58

Browse files
authored
docs: update github syntax of warning (#691)
1 parent 9573ded commit 1cdbe58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ module.exports = {
802802
};
803803
```
804804

805-
> **Warning**
805+
> [!WARNING]
806806
>
807807
> [`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)
808808
@@ -941,7 +941,7 @@ export default {
941941
};
942942
```
943943

944-
> **Warning**
944+
> [!WARNING]
945945
>
946946
> If you are using Babel you need to do the following in order for the setup to work
947947

0 commit comments

Comments
 (0)