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

Trailing zero issue #439

Closed
DanPurdy opened this issue Dec 4, 2015 · 0 comments · Fixed by #440
Closed

Trailing zero issue #439

DanPurdy opened this issue Dec 4, 2015 · 0 comments · Fixed by #440
Labels

Comments

@DanPurdy
Copy link
Member

DanPurdy commented Dec 4, 2015

As discovered in #438 it seems that the no-trailing-zero rule only works correctly when there is at least one non zero number following a decimal point.

The following is currently valid.

foo {
  margin: 1.0000000000
}

The following is not

foo {
  margin: 1.10000000000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant