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/docs/theme.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -434,7 +434,7 @@ Now none of the default utility classes that are driven by theme variables will
434
434
435
435
### Defining animation keyframes
436
436
437
-
Define the `@keyframes` rules for your `--animate-*` theme variables within `@theme` to only include them in your generated CSS when your custom animation utilities are actually used:
437
+
Define the `@keyframes` rules for your `--animate-*` theme variables within `@theme` to include them in your generated CSS:
438
438
439
439
```css
440
440
/* [!code filename:app.css] */
@@ -456,7 +456,7 @@ Define the `@keyframes` rules for your `--animate-*` theme variables within `@th
456
456
}
457
457
```
458
458
459
-
If you want your custom `@keyframes` rules to always be included in the output, define them outside of `@theme` instead.
459
+
If you want your custom `@keyframes` rules to always be included even when not adding an `--animate-*` theme variable, define them outside of `@theme` instead.
0 commit comments