Skip to content

Commit e2ac792

Browse files
MartijnCuppensmdo
authored andcommitted
Minify background property
1 parent 50492b8 commit e2ac792

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scss/_carousel.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@
127127
display: inline-block;
128128
width: $carousel-control-icon-width;
129129
height: $carousel-control-icon-width;
130-
background: transparent no-repeat center center;
131-
background-size: 100% 100%;
130+
background: no-repeat 50% / 100%;
132131
}
133132
.carousel-control-prev-icon {
134133
background-image: $carousel-control-prev-icon-bg;

0 commit comments

Comments
 (0)