0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Swap margin-right and margin-left ordering in .dropdown-toggle::after to make SCSS Lint happy

[ci skip]
This commit is contained in:
Chris Rebert 2015-11-13 00:19:19 -08:00
parent 0cdb204867
commit 98ec749117

View File

@ -10,8 +10,8 @@
display: inline-block;
width: 0;
height: 0;
margin-left: .25rem;
margin-right: .25rem;
margin-left: .25rem;
vertical-align: middle;
content: "";
border-top: $caret-width solid;