diff options
| author | Mark Otto <[email protected]> | 2016-02-06 11:33:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 11:33:31 -0800 |
| commit | 4ab7c93bcc2e91a5dfd95829f9accde031586d61 (patch) | |
| tree | 0b290c3565bd9c8494d0aa2c0c20af9c41d17612 | |
| parent | 95f34be0936f6309fde4d3ecb408cdffb4b0c2db (diff) | |
| download | bootstrap-4ab7c93bcc2e91a5dfd95829f9accde031586d61.tar.xz bootstrap-4ab7c93bcc2e91a5dfd95829f9accde031586d61.zip | |
property order
| -rw-r--r-- | scss/mixins/_grid.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_grid.scss b/scss/mixins/_grid.scss index c3a492e68..51f9a175e 100644 --- a/scss/mixins/_grid.scss +++ b/scss/mixins/_grid.scss @@ -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) { |
