diff options
| author | Chris Rebert <[email protected]> | 2015-11-13 00:19:19 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-13 00:19:19 -0800 |
| commit | 98ec749117206af8be831d7aa5df3bc7544a4a30 (patch) | |
| tree | 92d9525328c1e423ecf13159c0f199450ade7fd4 | |
| parent | 0cdb20486729a7025a842f8c985678bd82a19fd1 (diff) | |
| download | bootstrap-98ec749117206af8be831d7aa5df3bc7544a4a30.tar.xz bootstrap-98ec749117206af8be831d7aa5df3bc7544a4a30.zip | |
Swap margin-right and margin-left ordering in .dropdown-toggle::after to make SCSS Lint happy
[ci skip]
| -rw-r--r-- | scss/_dropdown.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 35b125060..fc2b810e4 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -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; |
