1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Remove redundant width and height properties

This commit is contained in:
Martijn Cuppens 2018-10-17 18:00:22 +02:00 committed by XhmikosR
parent 700f74cebd
commit 7190c38e4c

View file

@ -29,8 +29,6 @@
@if $enable-caret {
&::after {
display: inline-block;
width: 0;
height: 0;
margin-left: $caret-width * .85;
vertical-align: $caret-width * .85;
content: "";
@ -50,8 +48,6 @@
&::before {
display: inline-block;
width: 0;
height: 0;
margin-right: $caret-width * .85;
vertical-align: $caret-width * .85;
content: "";