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

Don't truncate trailing 0s on integers when precision is 0 #1152

Merged
merged 1 commit into from
Apr 30, 2015

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Apr 30, 2015

This PR fixes Libsass incorrectly truncation trailing 0s on integers when precision is set to zero.

Fixes #1140.

@xzyfer xzyfer self-assigned this Apr 30, 2015
@xzyfer xzyfer added this to the hotfix milestone Apr 30, 2015
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 80.27% when pulling 299e2a7 on xzyfer:fix/1140 into b943915 on sass:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 80.27% when pulling 299e2a7 on xzyfer:fix/1140 into b943915 on sass:master.

@xzyfer
Copy link
Contributor Author

xzyfer commented Apr 30, 2015

@mgreter thoughts?

xzyfer added a commit that referenced this pull request Apr 30, 2015
Don't truncate trailing 0s on integers when precision is 0
@xzyfer xzyfer merged commit 9ad775f into sass:master Apr 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

variables losing zeros
3 participants