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'm encountering a bug where the ::selection and ::moz-selection selectors have to be defined as separate rules in order to work. So, the following code will run correctly in Chrome:
I'm encountering a bug where the
::selection
and::moz-selection
selectors have to be defined as separate rules in order to work. So, the following code will run correctly in Chrome:But this will not:
The same is true for
::placeholder
and similar selectors. This is the only thing preventing me from using cssshrink in production.EDIT
This is a duplicate of #14
The text was updated successfully, but these errors were encountered: