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
docs: fix API index, anchor link, and import paths
- Add missing components to API index (Checkbox, Radio, Scrim, Tabs)
- Add missing composables to API index (createNested, useDate, useLazy, useStack)
- Fix broken anchor link in styling.md (#tailwind → #tailwind-css-v4)
- Fix internal import paths in browser-support.md (#v0/ → @vuetify/v0)
Copy file name to clipboardExpand all lines: apps/docs/src/pages/guide/fundamentals/styling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ All v0 components expose state via `data-*` attributes in the `attrs` object:
56
56
57
57
## Styling with Data Attributes
58
58
59
-
Data attribute selectors let you style based on state purely in CSS. This works with [Tailwind](/introduction/getting-started#tailwind), [UnoCSS](/introduction/getting-started#unocss), plain CSS, or any framework supporting attribute selectors.
59
+
Data attribute selectors let you style based on state purely in CSS. This works with [Tailwind](/introduction/getting-started#tailwind-css-v4), [UnoCSS](/introduction/getting-started#unocss), plain CSS, or any framework supporting attribute selectors.
0 commit comments