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

Duplicated rule in .container-fluid class #23397

Closed
Theremsoe opened this issue Aug 14, 2017 · 0 comments
Closed

Duplicated rule in .container-fluid class #23397

Theremsoe opened this issue Aug 14, 2017 · 0 comments

Comments

@Theremsoe
Copy link

Theremsoe commented Aug 14, 2017

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.

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

@Theremsoe Theremsoe changed the title Duplicated rule in .container-fluid Duplicated rule in .container-fluid class Aug 14, 2017
mdo added a commit that referenced this issue Aug 14, 2017
mdo added a commit that referenced this issue Aug 15, 2017
@mdo mdo mentioned this issue Aug 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants