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

Add 10 digit precision support to sass #162

Closed
rtpHarry opened this issue May 5, 2016 · 0 comments
Closed

Add 10 digit precision support to sass #162

rtpHarry opened this issue May 5, 2016 · 0 comments

Comments

@rtpHarry
Copy link
Contributor

rtpHarry commented May 5, 2016

The underlying sass processor is powered by libsass. This defaults to a precision of 5 decimal places when it calculates floating point numbers.

This isn't enough precision and creates display issues with bootstrap-sass. It requires a minimum of 8 digits precision.

It is set by passing the precision property through as an option.

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

1 participant