Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug report] scss doesn't pull full line-height from variable #547

Closed
talal424 opened this issue Oct 8, 2016 · 1 comment
Closed

[bug report] scss doesn't pull full line-height from variable #547

talal424 opened this issue Oct 8, 2016 · 1 comment

Comments

@talal424
Copy link

talal424 commented Oct 8, 2016

first of all please forgive my bad english
i'm editing twitter bootstrap [ scss ]
i noticed slight mismatch in size
in the input-group -> button-addon

`


Go!</button

`

clearify

turns out that the compiler didn't get full line-height from variable

this is the variable @ _variables.scss

$line-height-base: 1.428571429 !default; // 20/14

this is the output css @ bootstap.css

line-height: 1.42857;

i'm using windows 7 64-bit
bootstrap 3.3.7
koala 2.0.4

@zaygraveyard
Copy link
Collaborator

Hello @talal424,
This might shed some light sass#1122

@talal424 talal424 closed this as completed Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants