-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Duplicate property definitions #10979
Comments
Confirmed that this is still present in latest |
The .btn-sm,
.btn-xs {
/* line-height: ensure proper height of button next to small input */
.button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);
}
.btn-xs {
padding: 1px 5px; /* PROBLEM!: .button-size ABOVE ALSO SETS padding*/
} We should probably separate the |
Short of some LESS trick, I don't know if the /* less/thumbnails.less */
.thumbnail {
.img-thumbnail();
display: block; // Override the inline-block from `.img-thumbnail` |
Closed
cvrebert
added a commit
that referenced
this issue
Dec 4, 2013
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Apr 11, 2014
…nail to avoid dupe and unnecessary styles
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Apr 11, 2014
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
…nail to avoid dupe and unnecessary styles
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I found two duplicate property set in exported CSS.
I don't know if it's the purpose or there's problem with LESS to CSS conversion.
Thx
The text was updated successfully, but these errors were encountered: