Commit f6ef89d6 authored by Chris Rebert's avatar Chris Rebert

Use expressions for thirds to avoid precision issues

parent 55cb723e
......@@ -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