Releases: psongpin/stitches-normalize-css
Releases Β· psongpin/stitches-normalize-css
v1.2.0
- Changed implementation of
normalizeandopinionated. It should now be spread in theglobalCssfunction like this:globalCss(...normalize) - Fixed issue with same CSS property keys for
normalizefor:where(abbr[title])and:where(dialog)CSS selectors by changing the data structure toRecord<string, Stitches.CSS>[]. With this approach, same CSS properties can be combined in one css selector in the global styles when spread to theglobalCssfunction. - Updated Readme
- Updated Examples