Releases: psongpin/stitches-normalize-css
Releases · psongpin/stitches-normalize-css
v1.2.0
- Changed implementation of
normalize
andopinionated
. It should now be spread in theglobalCss
function like this:globalCss(...normalize)
- Fixed issue with same CSS property keys for
normalize
for: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 theglobalCss
function. - Updated Readme
- Updated Examples