glaze
glaze copied to clipboard
Add custom `globalStyle()` with support for breakpoints, aliases and shorthands
Motivation
Responsive typography, e.g.:
globalStyle({
fontSize: [undefined, '125%', '150%'],
}
Details
Typings should be inferred similarly to useStyling().