diff options
| author | Mark Otto <[email protected]> | 2015-01-21 18:34:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-21 18:34:19 -0800 |
| commit | c0f4dcd38e72f84f1fbf7828f346686acd1117f7 (patch) | |
| tree | 9c46a5d91254da327d6d13fb43df779774687029 /scss | |
| parent | 59542aa36757e41541f275013cecd15ffbae0a11 (diff) | |
| parent | f6ef89d6c310348a42d7cc74dcadc56b80fcf280 (diff) | |
| download | bootstrap-c0f4dcd38e72f84f1fbf7828f346686acd1117f7.tar.xz bootstrap-c0f4dcd38e72f84f1fbf7828f346686acd1117f7.zip | |
Merge pull request #65 from twbs/precision
Use expressions for thirds to avoid precision issues
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 518affebf..60fb87015 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -103,7 +103,7 @@ $padding-sm-horizontal: .75rem !default; $padding-xs-vertical: .2rem !default; $padding-xs-horizontal: .5rem !default; -$line-height-lg: 1.3333333 !default; +$line-height-lg: (4/3) !default; $line-height-sm: 1.5 !default; $border-radius-base: .25rem !default; |
