Commit 4ab7c93b authored by Mark Otto's avatar Mark Otto
Browse files

property order

parent 95f34be0
Showing with 1 addition and 1 deletion
+1 -1
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
%column-basics { %column-basics {
position: relative; position: relative;
min-height: 1px; min-height: 1px;
padding-left: ($grid-gutter-width / 2);
padding-right: ($grid-gutter-width / 2); padding-right: ($grid-gutter-width / 2);
padding-left: ($grid-gutter-width / 2);
} }
@mixin make-col($size, $columns: $grid-columns) { @mixin make-col($size, $columns: $grid-columns) {
......
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