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
Implemented optimisation for none keyword in border and outline properties (@zoobestik, #41)
Implemented replacing rgba(x, x, x, 0) to transparent
Fixed plus sign omitting for numbers following identifier, hex color, number or unicode range, since it can change the meaning of CSS (e.g. calc(1px+2px) has been optimized to calc(1px2px) before, now it stays the same)
Improved usage filtering for nested selectors (i.e. for :nth-*(), :has(), :matches and other pseudos)