Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
chu121su12 committed Oct 29, 2022
1 parent 26edfed commit 3f3dc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preset-mini/src/_theme/types.ts
Expand Up @@ -48,7 +48,7 @@ export interface Theme {
// supports queries
supports?: Record<string, string>
// container queries
containers: Record<string, string>
containers?: Record<string, string>
// animation
animation?: ThemeAnimation
// grids
Expand Down

0 comments on commit 3f3dc94

Please sign in to comment.