-
Notifications
You must be signed in to change notification settings - Fork 464
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
Should error on selector with invalid quote mark #2082
Comments
This PR add specs for sass/libsass#2082
A work around for this is Interpolating $class: #{$prefix}#{"-"}#{$suffix}; Produces -bar {
foo: bar;
} |
This PR add specs for sass/libsass#2082
This PR add specs for sass/libsass#2082
This PR add specs for sass/libsass#2082
This PR add specs for sass/libsass#2082
@nex3 can you please confirm what the expected output of this is? I'm getting contradicting results from Ruby Sass 3.4, 3.5, and 4.
|
It depends if you're using the 3.X interpolation parsing scheme or the 4.0 scheme. Under 3.X, Don't forget I wrote up a whole thing about interpolation parsing in sass/sass#1778. |
This PR add specs for sass/libsass#2082
This PR add specs for sass/libsass#2082
This PR add specs for sass/libsass#2082
This PR add specs for sass/libsass#2082
This PR add specs for sass/libsass#2082
This PR add specs for sass/libsass#2082
This PR add specs for sass/libsass#2082
Discovered from #2080
Sass
LibSass 3.3.6
Ruby Sass 3.4.21
Spec added sass/sass-spec#912
The text was updated successfully, but these errors were encountered: