Skip to content

Commit cda13df

Browse files
committed
Merge branch 'next' of https://github.com/cmgriffing/giffium into next
2 parents 7b00a41 + 0fe2fab commit cda13df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

playgrounds/app/src/app.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@
102102

103103
body {
104104
@apply bg-background text-foreground;
105-
font-feature-settings: 'rlig' 1, 'calt' 1;
105+
font-feature-settings:
106+
'rlig' 1,
107+
'calt' 1;
106108
}
107109
}
108110

playgrounds/app/src/components/ui/collapsible.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as CollapsiblePrimitive from "@kobalte/core/collapsible"
1+
import * as CollapsiblePrimitive from '@kobalte/core/collapsible'
22

33
const Collapsible = CollapsiblePrimitive.Root
44

0 commit comments

Comments
 (0)