Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/cmgriffing/giffium into next
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Nov 26, 2024
2 parents 7b00a41 + 0fe2fab commit cda13df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion playgrounds/app/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@

body {
@apply bg-background text-foreground;
font-feature-settings: 'rlig' 1, 'calt' 1;
font-feature-settings:
'rlig' 1,
'calt' 1;
}
}

Expand Down
2 changes: 1 addition & 1 deletion playgrounds/app/src/components/ui/collapsible.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as CollapsiblePrimitive from "@kobalte/core/collapsible"
import * as CollapsiblePrimitive from '@kobalte/core/collapsible'

const Collapsible = CollapsiblePrimitive.Root

Expand Down

0 comments on commit cda13df

Please sign in to comment.