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
I have found that the minify process is eliminating spaces following a :not property. For instance: body:not(.logged-in) .greeting becomes body:not(.logged-in).greeting, thereby breaking the assigned values.
The text was updated successfully, but these errors were encountered:
I have found that the minify process is eliminating spaces following a :not property. For instance:
body:not(.logged-in) .greeting
becomesbody:not(.logged-in).greeting
, thereby breaking the assigned values.The text was updated successfully, but these errors were encountered: