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

linting property order

This commit is contained in:
Mark Otto 2016-12-08 10:23:47 -08:00
parent 65aed32d95
commit d8bdb819a7

View File

@ -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;