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
Problem It is not possible to use a bg helper class to change the background color of a jumbotron.
Example http://www.bootply.com/yhvhdor7lr
Solution The background-color is missing the override part as in background-color: #000000 !important.
The text was updated successfully, but these errors were encountered:
X-Ref: #10202.
Sorry, something went wrong.
Punting on this until v4. We won't simply add !important into the mix.
!important
No branches or pull requests
Problem
It is not possible to use a bg helper class to change the background color of a jumbotron.
Example
http://www.bootply.com/yhvhdor7lr
Solution
The background-color is missing the override part as in background-color: #000000 !important.
The text was updated successfully, but these errors were encountered: