docs: remove broad selector in quick-start docs

This commit is contained in:
Mark Lawlor
2022-06-01 06:27:17 +10:00
parent 65a5dc5dea
commit c8a11b5a69

View File

@@ -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 = {