We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
null
Libsass allows the following where Ruby sass errors with
Invalid null operation: ""foo" plus null".
a { a: foo + null; }
http://sassmeister.com/gist/4e3c06cbdb252c553132
Originally mentioned by @jakob-e in #674 (comment)
The text was updated successfully, but these errors were encountered:
Spec added: sass/sass-spec#168.
Sorry, something went wrong.
Activate spec for libsass issue 698
156485c
Issue: sass/libsass#698 Fix: sass/libsass#728 Error message fixed: sass/libsass#1558
Successfully merging a pull request may close this issue.
Libsass allows the following where Ruby sass errors with
http://sassmeister.com/gist/4e3c06cbdb252c553132
Originally mentioned by @jakob-e in #674 (comment)
The text was updated successfully, but these errors were encountered: