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
In branch v4-dev, file _grid.scss, the class .container-fluid has the rule width, but the mixin make-container() also contains the width rule.
.container-fluid
width
make-container()
The output is the next:
.container-fluid { width: 100%; margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; width: 100%; // Duplicated rule }
Tanks
The text was updated successfully, but these errors were encountered:
De-dupe width on .fluid-container
b078be5
Fixes #23397
De-dupe width on .fluid-container (#23402)
a80198d
No branches or pull requests
In branch v4-dev, file _grid.scss, the class
.container-fluid
has the rulewidth
, but the mixinmake-container()
also contains thewidth
rule.The output is the next:
Tanks
The text was updated successfully, but these errors were encountered: