-
Notifications
You must be signed in to change notification settings - Fork 528
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
Variables in urls #63
Comments
This is, again, an issue with our AST. If you could report the issue on the Gonzales issue queue and link this issue so we can track it, that'd be awesome. |
It looks like the |
For reference, using sass string interpolation works .value-proposition {
$imagesUrl: '/images/';
background: center url('#{$imagesUrl}slide-01-bg.png') no-repeat;
background-size: cover;
} With or without the quote marks. |
This is still an issue as of version 3.2.1 of gonzales-pe, I have updated the original issue filed with the gonzales-pe repo as linked to above. |
Update - This is still broken in |
This is fixed in the newly released version v1.11.0. Please let me know if you still have issues. Thanks! |
I have this SCSS
Which generates this error:
Let me know if you want a separate issue, but the line number is also mis-reported. On a large file... ha, I just worked it out while typing this, the reported line number is exactly double the correct number minus one.
The text was updated successfully, but these errors were encountered: