You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an umbrella issue for features and additions to bring Theme UI to a stable v1. This list may not be exhaustive and is subject to change. More details, context, and additional issues will be added where needed.
This is an umbrella issue for features and additions to bring Theme UI to a stable v1. This list may not be exhaustive and is subject to change. More details, context, and additional issues will be added where needed.
variant: ['large', 'primary'](or pluralvariants). This would potentially be a breaking change, meaning that thevariantproperty itself would no longer support responsive arrays, but the values within the variant could. Add support for combining multiple variants #586, Add variant composition feature #1017, Extending styles of multiple variants to form another variant #1208theme.stylesto be overridden with non-responsive values with thesxprop. Related Responsive values is variant styles override sx styles #720, CSS prop unable to override responsive theme config #43@emotion/styleddependency Remove @emotion/styled usage #2043gatsby-plugin-theme-ui: support for presets viagatsby-config.jsLet gatsby-plugin-theme-ui take base preset options #878theme.configNest variants and configuration options inside theme #1291prefers-color-schememedia query support – allow color mode to be determined by media query without storing inlocalStorage. See Default useColorSchemeMediaQuery to true #624, Useprefers-color-schemepreference over localStorage color mode #787Potential
mediakey. e.g.media: { small: { fontSize: 3 } }font: { size: 3, weight: 'bold' }example branchvariantprop, see Proposal: variant prop #800