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

Still some issue with negative number #828

Closed
xzyfer opened this issue Jan 9, 2015 · 0 comments · Fixed by #831
Closed

Still some issue with negative number #828

xzyfer opened this issue Jan 9, 2015 · 0 comments · Fixed by #831

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Jan 9, 2015

The following should be unchanged by Libsass.

foo {
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25); }

actual

foo {
  box-shadow: inset 1.5em 0 0.75em rgba(0, 0, 0, 0.25); }

This is a regression on master since 3.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant