diff --git a/src/pages/docs/extracting-components.mdx b/src/pages/docs/extracting-components.mdx index d8c99082f..a89f1e96e 100644 --- a/src/pages/docs/extracting-components.mdx +++ b/src/pages/docs/extracting-components.mdx @@ -176,7 +176,7 @@ Here's what a `btn-indigo` class might look like using `@apply` to compose it fr ``` -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: +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: ```css @tailwind base;