You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.