glaze icon indicating copy to clipboard operation
glaze copied to clipboard

Add custom `globalStyle()` with support for breakpoints, aliases and shorthands

Open kripod opened this issue 5 years ago • 0 comments

Motivation

Responsive typography, e.g.:

globalStyle({
  fontSize: [undefined, '125%', '150%'],
}

Details

Typings should be inferred similarly to useStyling().

kripod avatar Apr 12 '20 00:04 kripod