-
Notifications
You must be signed in to change notification settings - Fork 465
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
Line comments should be relative to cwd #1898
Comments
URLs by sass don't seem to be relative to CWD. That makes it harder to implement correctly ... |
Retested again and it seems to be inline with ruby sass. Original test case here was not very clear where the import is as the contents of each file were not given in this issue. |
@xzyfer Is it possible to switch on the line-comments flag via options.yml? |
@mgreter it is not. I would say it's out of scope for sass spec, much like sourcemaps and alternate output formats (except special compressed cases). |
When displaying line comments in output Ruby Sass shows the file paths as relative to cwd, LibSass shows an absolute path.
Given
Running
Ruby Sass
LibSass 3.3.3
The text was updated successfully, but these errors were encountered: