aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-04 20:27:33 -0800
committerMark Otto <[email protected]>2016-12-04 20:27:33 -0800
commitfd87c19e7935fe5e696f29153a429f70a9a97b0b (patch)
tree3d5a8eab37fd8c252cb361d3d22faf25a0d0b9c8 /scss
parent01f81dd5528c532641789056a14c56d9a4bab0a1 (diff)
downloadbootstrap-fd87c19e7935fe5e696f29153a429f70a9a97b0b.tar.xz
bootstrap-fd87c19e7935fe5e696f29153a429f70a9a97b0b.zip
linting
Diffstat (limited to 'scss')
-rw-r--r--scss/_carousel.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss
index 532f8d3a8..996173059 100644
--- a/scss/_carousel.scss
+++ b/scss/_carousel.scss
@@ -155,9 +155,9 @@
top: -10px;
left: 0;
display: inline-block;
- content: "";
width: 100%;
height: 10px;
+ content: "";
}
&::after {
@@ -165,9 +165,9 @@
bottom: -10px;
left: 0;
display: inline-block;
- content: "";
width: 100%;
height: 10px;
+ content: "";
}
}