diff options
| author | Mark Otto <[email protected]> | 2015-01-19 14:50:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 14:50:41 -0800 |
| commit | 7440c38469fbd4a59e61a535e3010c16baf177e7 (patch) | |
| tree | 50504956eb64b5dcc2ef5fc5d640390fae59dfe3 | |
| parent | 325748ff6860fbafaac21e3bfbaabfdb05fa71a8 (diff) | |
| download | bootstrap-7440c38469fbd4a59e61a535e3010c16baf177e7.tar.xz bootstrap-7440c38469fbd4a59e61a535e3010c16baf177e7.zip | |
fix invalid css
| -rw-r--r-- | scss/_forms.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 60338b646..456873ec9 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -328,7 +328,6 @@ input[type="checkbox"] { line-height: $line-height-sm; } } -} @include input-size('.input-lg', $input-height-lg, $padding-lg-vertical, $padding-lg-horizontal, $font-size-lg, $line-height-lg, $input-border-radius-lg); |
