Skip to content

Commit

Permalink
Fix broken compiled example in keyframes docs (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis authored Dec 20, 2024
1 parent fd673f6 commit 7f7ff99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/docs/api/keyframes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ import {
style
} from '@vanilla-extract/css';

const angle = createVar({
syntax: '<angle>',
inherits: false,
initialValue: '0deg'
});

const angleKeyframes = keyframes({
'0%': {
vars: {
Expand Down

0 comments on commit 7f7ff99

Please sign in to comment.