v1.1.0
- Fixes a typing issue with using string arrays for at-rules. (#752)
- Fixes a typing issue with the return type for
createTheme
. (#713) - Fixes a typing issue with
VariantProps
erroring about asymbol
. (#754) - Fixes a typing issue with TypeScript 4.4 not suggesting CSS properties. (#759)
- Adds support for multiple styles passed into
globalCss
. (#758) - Adds
borderImage
todefaultThemeMap
to supportcolors
. (#744)