-
Notifications
You must be signed in to change notification settings - Fork 463
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
Interpolations in CSS comments should not be evaluated in compressed mode #2359
Comments
This actually a feature of Sass. Interpolations ( This project is an implementation of the Sass language. Our goal is to be 100% compatible with Sass. We're closing this issue since Ruby Sass produces the same output. In the future please confirm that LibSass' output differs from Ruby Sass before opening an issue. If you wish to suggest features of file bugs in the Sass language please open an issue with Sass - https://github.com/sass/sass |
@xzyfer , I've actually opened this issue because of different behaviour in Ruby Sass and LibSass. But I've checked out compressed style in both compilers. After your response I've checked default style too and then both compilers produces an error. So I'm not sure if this a bug or not, but at least it's a different from Ruby Sass on same configuration. |
I'm sorry but it's not clear under which circumstances Ruby Sass and LibSass behave differently. In my tests the result is always |
@xzyfer |
Right so the difference in that in compressed mode Ruby isn't erring? This was not clear. |
I've updated the issue to better describe problem. |
Thanks |
Skip comment evaluation for compressed output (#2359)
The following compiled in compressed mode
LibSass 3.5.0.beta.2
Ruby Sass 3.4.21
The text was updated successfully, but these errors were encountered: