Skip to content

Commit d4a94cb

Browse files
authored
Add missing variants to README.md (#2769)
1 parent 0f34486 commit d4a94cb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

packages/@headlessui-tailwindcss/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ module.exports = {
3939
Use Tailwind CSS utilities for styling the components based on their state. You can use the
4040
following variants:
4141

42-
| Variant | Inverse variant |
43-
| ------------- | ----------------- |
44-
| `ui-open` | `ui-not-open` |
45-
| `ui-checked` | `ui-not-checked` |
46-
| `ui-selected` | `ui-not-selected` |
47-
| `ui-active` | `ui-not-active` |
48-
| `ui-disabled` | `ui-not-disabled` |
42+
| Variant | Inverse variant |
43+
| ------------------ | ---------------------- |
44+
| `ui-open` | `ui-not-open` |
45+
| `ui-checked` | `ui-not-checked` |
46+
| `ui-selected` | `ui-not-selected` |
47+
| `ui-active` | `ui-not-active` |
48+
| `ui-disabled` | `ui-not-disabled` |
49+
| `ui-focus-visible` | `ui-not-focus-visible` |
4950

5051
Example:
5152

0 commit comments

Comments
 (0)