property order

This commit is contained in:
Mark Otto 2016-02-06 11:33:31 -08:00
parent 95f34be093
commit 4ab7c93bcc
1 changed files with 1 additions and 1 deletions

View File

@ -38,8 +38,8 @@
%column-basics {
position: relative;
min-height: 1px;
padding-left: ($grid-gutter-width / 2);
padding-right: ($grid-gutter-width / 2);
padding-left: ($grid-gutter-width / 2);
}
@mixin make-col($size, $columns: $grid-columns) {