Commit c0f4dcd3 authored by Mark Otto's avatar Mark Otto

Merge pull request #65 from twbs/precision

Use expressions for thirds to avoid precision issues
parents 59542aa3 f6ef89d6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment