Skip to content

Commit d2f5217

Browse files
committed
fix: fix keyframes docs imports
1 parent 531aab6 commit d2f5217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/docs/02.api/05.keyframes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Create reusable animation patterns by combining keyframes with utility selectors
261261
:::tabs-item{icon="i-lucide-code" label="Code"}
262262

263263
```ts
264-
import { styleframe, css } from 'styleframe';
264+
import { styleframe } from 'styleframe';
265265

266266
const s = styleframe();
267267
const { keyframes, selector, ref } = s;

0 commit comments

Comments
 (0)