From c8a11b5a69e5f8f37b4fb7f2eb6741bc4c04b649 Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Wed, 1 Jun 2022 06:27:17 +1000 Subject: [PATCH] docs: remove broad selector in quick-start docs --- website/docs/troubleshooting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/troubleshooting.md b/website/docs/troubleshooting.md index dd07234..df4090d 100644 --- a/website/docs/troubleshooting.md +++ b/website/docs/troubleshooting.md @@ -48,7 +48,7 @@ The TailwindCSS compiler [does not allow for dynamic class names](https://tailwi The `className` prop is not passed to child components, it is transformed into a style object and passed via the `style` prop. -## Identifier '***' has already been declared inside a node_module +## Identifier '\*\*\*' has already been declared inside a node_module Example error: @@ -65,7 +65,6 @@ You may need an additional loader to handle the result of these loaders. This can occur when your `tailwind.config.js` processes an unexpected file in your `node_modules`. You need to avoid [broad content patterns](https://tailwindcss.com/docs/content-configuration#pattern-recommendations), as it will process things like your `node_modules` - ```diff // tailwind.config.js module.exports = {