Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/mixins/_caret.scss')
-rw-r--r--assets/stylesheets/bootstrap/mixins/_caret.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/assets/stylesheets/bootstrap/mixins/_caret.scss b/assets/stylesheets/bootstrap/mixins/_caret.scss
index 82aea42..982522c 100644
--- a/assets/stylesheets/bootstrap/mixins/_caret.scss
+++ b/assets/stylesheets/bootstrap/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: "";