Drop background-clip and background-size mixins since they have no prefixes anyway
This commit is contained in:
parent
175a112548
commit
55cfa8d38f
7 changed files with 5 additions and 19 deletions
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
|
|
@ -4003,9 +4003,7 @@ button.close {
|
|||
border-radius: 6px;
|
||||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
-webkit-background-clip: padding-box;
|
||||
-moz-background-clip: padding;
|
||||
background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
.popover.top {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue