diff options
| author | Mark Otto <[email protected]> | 2016-07-23 17:21:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-07-23 17:21:00 -0700 |
| commit | cdc55a46c282416f7a59ef8b08da817e21b1b57d (patch) | |
| tree | b55622124c480667a99875c2b627348dc8a35193 | |
| parent | a8879c8f82ec3debb8e225844dc4561e2900beda (diff) | |
| download | bootstrap-cdc55a46c282416f7a59ef8b08da817e21b1b57d.tar.xz bootstrap-cdc55a46c282416f7a59ef8b08da817e21b1b57d.zip | |
linting
| -rw-r--r-- | scss/mixins/_grid-framework.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_grid-framework.scss b/scss/mixins/_grid-framework.scss index 4b69c2761..be2ee50db 100644 --- a/scss/mixins/_grid-framework.scss +++ b/scss/mixins/_grid-framework.scss @@ -11,8 +11,8 @@ // Prevent columns from collapsing when empty min-height: 1px; // Inner gutter via padding - padding-left: ($gutter / 2); padding-right: ($gutter / 2); + padding-left: ($gutter / 2); @if $enable-flex { width: 100%; |
