2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

PropertySortOrder

Properties should be ordered border-top, border-bottom
This commit is contained in:
Felipe
2015-08-24 16:44:55 -05:00
parent d10c889fee
commit 67995d034e
+1 -1
View File
@@ -27,8 +27,8 @@
.dropup {
.dropdown-toggle {
&::after {
border-bottom: $caret-width solid;
border-top: 0;
border-bottom: $caret-width solid;
}
}
}