Commit d8bdb819 authored by Mark Otto's avatar Mark Otto
Browse files

linting property order

parent 65aed32d
Showing with 1 addition and 1 deletion
+1 -1
...@@ -116,8 +116,8 @@ ...@@ -116,8 +116,8 @@
.custom-controls-stacked { .custom-controls-stacked {
.custom-control { .custom-control {
float: left; float: left;
clear: left;
margin-bottom: $custom-control-spacer-y; margin-bottom: $custom-control-spacer-y;
clear: left;
+ .custom-control { + .custom-control {
margin-left: 0; margin-left: 0;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment