Skip to content
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

background classes should have more specificity #35

Open
aviemet opened this issue Apr 14, 2022 · 0 comments
Open

background classes should have more specificity #35

aviemet opened this issue Apr 14, 2022 · 0 comments

Comments

@aviemet
Copy link

aviemet commented Apr 14, 2022

Describe the bug
When using a class such as bg-white, the resulting css is background: #FFFFFF. This has the result of overriding all other background rules:

  background-position-x
  background-position-y
  background-repeat
  background-attachment
  background-image
  background-size
  background-origin
  background-clip

Expected behavior
Resulting rules should be as specific as the classes used to generate them. If I use bg-white, I expect the resulting rule to be background-color: #FFFFFF

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant