From 6be24411b61143d083fbe543cb891642dc37afa6 Mon Sep 17 00:00:00 2001 From: Rustie <64870518+woodcox@users.noreply.github.com> Date: Sat, 13 Jan 2024 11:29:56 +0000 Subject: [PATCH] corrected lightningcss url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 257306a6..533d8a35 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ Use this as the "Publish command" if needed by hosting such as Netlify. ## Need scoped CSS? -[Lightningcss]([https://lightningcss.dev/](https://lightningcss.dev/css-modules.html)) can be configured to support css modules by adding `--css-modules` to the `prefix` npm script. Alternatively you could use [esbuild css modules plugin](https://github.com/indooorsman/esbuild-css-modules-plugin#readme). An example [setup of scoped css modules with esbuild](https://how-to.dev/how-to-set-up-css-modules-with-esbuild). +[Lightningcss](https://lightningcss.dev/css-modules.html) can be configured to support css modules by adding `--css-modules` to the `prefix` npm script. Alternatively you could use [esbuild css modules plugin](https://github.com/indooorsman/esbuild-css-modules-plugin#readme). An example [setup of scoped css modules with esbuild](https://how-to.dev/how-to-set-up-css-modules-with-esbuild). ## To do