mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Use expressions for thirds to avoid precision issues
This commit is contained in:
parent
55cb723e08
commit
f6ef89d6c3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user