diff options
| author | Martijn Cuppens <[email protected]> | 2018-10-17 18:00:22 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-20 21:46:53 +0300 |
| commit | 7190c38e4c6969bfffa4e4f107e7ceadbba979fa (patch) | |
| tree | 120e3f6f6095dcea5440e7070fb3d1f7ea79ab21 | |
| parent | 700f74cebde67e84e542699563e52f81f6891d40 (diff) | |
| download | bootstrap-7190c38e4c6969bfffa4e4f107e7ceadbba979fa.tar.xz bootstrap-7190c38e4c6969bfffa4e4f107e7ceadbba979fa.zip | |
Remove redundant width and height properties
| -rw-r--r-- | scss/mixins/_caret.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/mixins/_caret.scss b/scss/mixins/_caret.scss index 82aea4210..982522c54 100644 --- a/scss/mixins/_caret.scss +++ b/scss/mixins/_caret.scss @@ -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: ""; |
