Skip to content

Commit

Permalink
Fix broken compiled example in keyframes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Dec 20, 2024
1 parent fd673f6 commit 0923bfb
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 0923bfb

Please sign in to comment.