You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New to Tailwind and was reviewing the docs for the first time. I spent a while trying to figure out what layers were after learning about extracting components. Couldn't find an explanation for a while, so a link would be helpful.
Copy file name to clipboardExpand all lines: src/pages/docs/extracting-components.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ Here's what a `btn-indigo` class might look like using `@apply` to compose it fr
176
176
</style>
177
177
```
178
178
179
-
To avoid unintended specificity issues, we recommend wrapping your custom component styles with the `@layer components { ... }` directive to tell Tailwind what layer those styles belong to:
179
+
To avoid unintended specificity issues, we recommend wrapping your custom component styles with the `@layer components { ... }` directive to tell Tailwind what [layer](/docs/functions-and-directives#layer) those styles belong to:
0 commit comments