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
Copy file name to clipboardExpand all lines: src/content/docs/tips/css.mdx
+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
@@ -76,7 +76,7 @@ A promising approach with components might be the following (still under evaluat
76
76
</script>
77
77
```
78
78
79
-
This way, the styling will even work if the component is used several times on the same page. Automatic name assignment for same-documentview transitions is easy with [auto-generated names]()
79
+
This way, the styling will even work if the component is used several times on the same page. Automatic name assignment for same-documentview transitions is easy with [auto-generated names](#auto-generated-view-transition-names) and for cross-documentview transitions it
80
80
81
81
is ease with the [declarative-names script](/tools/utensil-drawer/#declarative-names). For the example above set `data-vtbag-decl=".some-CSS-class-name = some-id-"`
0 commit comments