diff options
| author | Mark Otto <[email protected]> | 2016-12-08 10:23:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-10 16:58:52 -0800 |
| commit | d8bdb819a753483759ca36de1860fbaa30cab0e6 (patch) | |
| tree | f155a89f735258bf3af6b05a44b95332bfbaa3c0 | |
| parent | 65aed32d95d8f3158b2c94d4947c346ab365d783 (diff) | |
| download | bootstrap-d8bdb819a753483759ca36de1860fbaa30cab0e6.tar.xz bootstrap-d8bdb819a753483759ca36de1860fbaa30cab0e6.zip | |
linting property order
| -rw-r--r-- | scss/_custom-forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 6ee5a6753..51ca5406b 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -116,8 +116,8 @@ .custom-controls-stacked { .custom-control { float: left; - clear: left; margin-bottom: $custom-control-spacer-y; + clear: left; + .custom-control { margin-left: 0; |
