We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should be using ::before across the project instead of :before; browser support is there and it's more semantically correct. See: #8588 (comment)
::before
:before
We should probably add a lint warning to the project as well so future devs don't use :before instead of ::before by mistake, once this is closed.
The text was updated successfully, but these errors were encountered:
swaps out the CSS2 :before with the CSS3 ::before, see WordPress#8618
94aee2e
swaps out the CSS2 :before with the CSS3 ::before, see #8618 (#8630)
d54396c
Partially addressed by #8630. Once there's a lint rule added we can close this issue 🙂 – see #8630 (comment) for context.
Sorry, something went wrong.
Should we do the same for :after vs ::after?
:after
::after
Yes. 😄
::after is taken care of in #8647
tofumatt
Successfully merging a pull request may close this issue.
We should be using
::before
across the project instead of:before
; browser support is there and it's more semantically correct. See:#8588 (comment)
We should probably add a lint warning to the project as well so future devs don't use
:before
instead of::before
by mistake, once this is closed.The text was updated successfully, but these errors were encountered: