-
Notifications
You must be signed in to change notification settings - Fork 198
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
@elseif instead of @else if #103
Comments
This is such an old issue and still open? |
Seems this repo is dead. Last commit 2 years ago |
Sadly. I am encountering this as well. |
People please stop using this library. This was created way too in the past & I don't feel the need of using compass mixins now since it is not maintained. Also, finding it being used by other repos is a pain in itself. |
what alternative library do you suggest? |
I did the merge for posterity, the maintainers who took over stopped maintaining the library a few years ago. |
Hello,
When trying to compile a project using
dart-sass
andcompass-mixins
, i had the following error:When reading the SASS documentation, it seems that the "else if" logic must be written as
@else if
and not as@elseif
(http://www.sass-lang.com/documentation/file.SASS_REFERENCE.html#_9)When using the "correct" from, the compilation works with
dart-sass
.When running a search on @elseif presence in the repository, it seems that the only file concerned is _cross_browser_support.scss on lines 12 and 13.
The text was updated successfully, but these errors were encountered: