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/api/sfc-style.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -190,4 +190,4 @@ p {
190
190
</style>
191
191
```
192
192
193
-
The actual value will be compiled into a hashed CSS custom property so the CSS is still sattic. The custom property and will be applied to component's root element via inline styles and reactively updated if the source value changes.
193
+
The actual value will be compiled into a hashed CSS custom property so the CSS is still sattic. The custom property will be applied to component's root element via inline styles and reactively updated if the source value changes.
0 commit comments