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
Last definition wins - this aligns with how CSS generally works and seems straightforward for developers.
Rules with the same identifier are merged, like with duplicate @layer names. @layer is a bit different though, because source order of the name determines layer precedence, which isn't the case for @sheet.