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

Error reported on wrong line #1577

Closed
xzyfer opened this issue Oct 1, 2015 · 0 comments
Closed

Error reported on wrong line #1577

xzyfer opened this issue Oct 1, 2015 · 0 comments

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Oct 1, 2015

Originally reported in sass/node-sass#1186

$foo: 10%; // line 1
// line 2
$error: $foo + 20px; // line 3

Ruby Sass

Error: Incompatible units: 'px' and '%'.
        on line 3 of test.scss

LibSass 3.3.0-beta2

Error: Incompatible units: 'px' and '%'.
        on line 1 of test.scss
>> $percentage: 10%; // line 1
   -------------^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants