Skip to content

Commit

Permalink
corrected lightningcss url
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcox authored Jan 13, 2024
1 parent 0897085 commit 6be2441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6be2441

Please sign in to comment.