Skip to content
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

Closed
aaitmouloud opened this issue Mar 1, 2017 · 6 comments
Closed

@elseif instead of @else if #103

aaitmouloud opened this issue Mar 1, 2017 · 6 comments

Comments

@aaitmouloud
Copy link

Hello,

When trying to compile a project using dart-sass and compass-mixins, i had the following error:

Compiling scss/main.scss :
Error: This at-rule is not allowed here.
} @elseif type-of($item) == 'color' {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
scss/compass/functions/_cross_browser_support.scss 12:7

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.

@graphicmist
Copy link

This is such an old issue and still open?

@cryptiklemur
Copy link

Seems this repo is dead. Last commit 2 years ago

@mileslane
Copy link

Sadly. I am encountering this as well.

@graphicmist
Copy link

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.

@wadiddy
Copy link

wadiddy commented Feb 13, 2021

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?

@Igosuki
Copy link
Owner

Igosuki commented Apr 21, 2021

I did the merge for posterity, the maintainers who took over stopped maintaining the library a few years ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants