-
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
Reserved function names #713
Comments
Spec added sass/sass-spec#167 |
This behaviour changed in Sass 3.3.9 - http://sass-lang.com/documentation/file.SASS_CHANGELOG.html#339_27_june_2014
|
saper
pushed a commit
to saper/sass-spec
that referenced
this issue
Sep 20, 2015
saper
pushed a commit
to saper/sass-spec
that referenced
this issue
Sep 21, 2015
saper
pushed a commit
to saper/sass-spec
that referenced
this issue
Sep 21, 2015
saper
pushed a commit
to saper/sass-spec
that referenced
this issue
Sep 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sass should throw an error if one tries to create functions called
or
,and
andnot
. This is an issue I opened in Sass repo a while ago: sass/sass#1265.Test:
Expect:
Result:
Ref: http://sass-compatibility.github.io/#reserved_function_names
The text was updated successfully, but these errors were encountered: