-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating wrong css for :after :before pseudo selectors #45
Comments
I am also seeing this. According to MDN this is CSS 3 and should work in modern browsers. |
yeah its working fine in new browsers ,but poor IE8 doesn't support it :p . tbh i don't care about IE8 as i only support flexbox browsers:) |
So according to the CSS3 spec we're doing the right thing. I think this is fine. IE8 will be forgotten long enough 😀 If this becomes a big deal, reopen and we can discuss what to do. Else I'm happy to leave this as is. |
@japgolly, maybe there should be a way to add custom pseudo selectors instead of sealing the class since it's not used for exhaustivity checks (or is it)? Granted I know in this case you can just use strings to get what you need, but I have a similar problem where I need a custom media query selector and I cannot figure out how to do without forking (mentioned in gitter, but I might open an issue shortly). |
@cretz Oh! Pseudo selectors are sealed out of habit. I originally started with empty case classes and |
No wait, I'm talking rubbish, you can create your own using |
producing
adding
::
instead of:
The text was updated successfully, but these errors were encountered: