Skip to content

Releases: psongpin/stitches-normalize-css

v1.2.0

06 Oct 18:41
Compare
Choose a tag to compare
  • Changed implementation of normalize and opinionated. It should now be spread in the globalCss 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 to Record<string, Stitches.CSS>[]. With this approach, same CSS properties can be combined in one css selector in the global styles when spread to the globalCss function.
  • Updated Readme
  • Updated Examples

v1.1.0

03 Oct 19:50
Compare
Choose a tag to compare
  • implemented normalize css rules based from these repo
  • changed reset to normalize module name
  • added opinionated reset based from this rules
  • updated readme with new usage information

v1.0.0

16 Sep 07:00
Compare
Choose a tag to compare
docs: update readme