From 1cdbe588cdb8d2b60a89a65ae48e1c69b8092c9d Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Mon, 10 Jun 2024 19:27:18 +0530 Subject: [PATCH] docs: update github syntax of warning (#691) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d24d4ce7..31a31f13 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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