mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Link to state variants docs from config docs
This commit is contained in:
parent
4ab3af93ca
commit
b1d5661a7b
@ -111,7 +111,8 @@
|
||||
|
||||
> ul, > ol {
|
||||
@apply .text-slate-dark;
|
||||
margin: 0 0 2em;
|
||||
@apply .m-0;
|
||||
@apply .mb-4;
|
||||
}
|
||||
|
||||
> ul {
|
||||
|
||||
@ -165,6 +165,8 @@ The available state variants are:
|
||||
- `focus`, for generating versions of those utilities that only take effect on focus
|
||||
- `group-hover`, for generating versions of those utilities that only take effect when a marked parent element is hovered
|
||||
|
||||
Learn more about state variants in the ["State Variants" documentation](/docs/state-variants).
|
||||
|
||||
To include a module but not generate any state variants, use an empty array:
|
||||
|
||||
```js
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user