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
ac9f799: Include the !important flag in atomic class name hashing. Previously, declarations differing only in importance (e.g. color: red and color: red !important in different files) produced the same atm_* class name while the emitted rule bodies differed, so whichever copy of the rule was loaded applied to every user of the atom — leaking !important to unrelated components and defeating their inline-style and cascade overrides. The flag now participates in the value slug (not the property slug, so cx deduplication semantics are unchanged), giving each variant its own class.
45539fd: Remove package dependencies that are no longer used by Linaria.