]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
linting property order
authorMark Otto <markd.otto@gmail.com>
Thu, 8 Dec 2016 18:23:47 +0000 (10:23 -0800)
committerMark Otto <markd.otto@gmail.com>
Sun, 11 Dec 2016 00:58:52 +0000 (16:58 -0800)
scss/_custom-forms.scss

index 6ee5a67536758dcecbcb2da9c1bbc67081e24e73..51ca5406b5cfffd11d6361f19413381d8c2ca06b 100644 (file)
 .custom-controls-stacked {
   .custom-control {
     float: left;
-    clear: left;
     margin-bottom: $custom-control-spacer-y;
+    clear: left;
 
     + .custom-control {
       margin-left: 0;