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

Mention Sass precision Bootstrap fix #107

Merged
merged 1 commit into from
Oct 25, 2014
Merged

Conversation

thbar
Copy link
Contributor

@thbar thbar commented Oct 25, 2014

If your buttons line-height is 1.42857 instead of 1.428571429, this is because the precision is set to 5 instead of 10.

Digging into bootstrap-sass code, it looks like it should be automatically fixed but did not work in my configuration at least.

If your buttons line-height is 1.42857 instead of 1.428571429, this is because the precision is set to 5 instead of 10.

Digging into bootstrap-sass code, it looks like it [should be automatically fixed](https://github.com/twbs/bootstrap-sass/blob/master/lib/bootstrap-sass.rb#L56) but did not work in my configuration at least.
ixti added a commit that referenced this pull request Oct 25, 2014
Mention Sass precision Bootstrap fix
@ixti ixti merged commit 0948877 into envygeeks:master Oct 25, 2014
@ixti
Copy link
Contributor

ixti commented Oct 25, 2014

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants