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
There are a number of examples of over specific CSS selectors in the code base.
We should not be targeting symbols like below...
.symbol.symbol-american-express {}
This should be simply...
.symbol-american-express {}
Other examples include...
.icon.icon-size-lg {} .logo.logo-bom-shield {} .logo.logo-bsa {} etc.
The text was updated successfully, but these errors were encountered:
I will bang away at this ticket over time; reduce over-specific selectors when I come across them
Sorry, something went wrong.
jonnystening
No branches or pull requests
There are a number of examples of over specific CSS selectors in the code base.
We should not be targeting symbols like below...
This should be simply...
Other examples include...
The text was updated successfully, but these errors were encountered: