0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

property order

This commit is contained in:
Mark Otto 2016-02-06 11:33:31 -08:00
parent 95f34be093
commit 4ab7c93bcc

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) {