Skip to content

Commit

Permalink
fix: inherit base config from tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Nov 16, 2023
1 parent 944e121 commit 61d6c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ type ShurikenUITheme = BaseTheme &
shurikenUi: ShurikenUIPlugins
}>

export type ShurikenUIConfig = Omit<Config, 'theme'> & {
export type ShurikenUIConfig = Config & {
theme?: ShurikenUITheme & { extend?: ShurikenUITheme }
}

0 comments on commit 61d6c5d

Please sign in to comment.