We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b00a41 + 0fe2fab commit cda13dfCopy full SHA for cda13df
playgrounds/app/src/app.css
@@ -102,7 +102,9 @@
102
103
body {
104
@apply bg-background text-foreground;
105
- font-feature-settings: 'rlig' 1, 'calt' 1;
+ font-feature-settings:
106
+ 'rlig' 1,
107
+ 'calt' 1;
108
}
109
110
playgrounds/app/src/components/ui/collapsible.tsx
@@ -1,4 +1,4 @@
1
-import * as CollapsiblePrimitive from "@kobalte/core/collapsible"
+import * as CollapsiblePrimitive from '@kobalte/core/collapsible'
2
3
const Collapsible = CollapsiblePrimitive.Root
4
0 commit comments