Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@psongpin psongpin released this 06 Oct 18:41
  • 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