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
fix(compiler):color + leading props no longer merge into an invalid text-color/leading shorthand — the text/leading shorthand regex is now restricted to font-size suffixes only.
fix(compiler):content (CSS content property) and alignContent (align-content layout) are now separate handlers — previously both mapped to content-* causing a naming collision. A single sz object can now express both simultaneously.