Skip to content

Commit

Permalink
fix: nested styles within media tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Aug 9, 2021
1 parent 780bbba commit 26ecd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/types/css-util.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export type KnownCSS<
> = (
// nested at-rule css styles
& {
[K in Util.Prefixed<'@', keyof Media>]?: KnownCSS<Media, Theme, ThemeMap, Utils>
[K in Util.Prefixed<'@', keyof Media>]?: CSS<Media, Theme, ThemeMap, Utils>
}
// known property styles
& {
Expand Down

0 comments on commit 26ecd5b

Please sign in to comment.