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 deprecated #36

Closed
brysonreece opened this issue Jan 21, 2019 · 0 comments
Closed

@elseif deprecated #36

brysonreece opened this issue Jan 21, 2019 · 0 comments

Comments

@brysonreece
Copy link
Contributor

Heads up, it seems Sass is dropping support for the @elseif operator.

Deprecation Warning on line 52, column 4 of node_modules/skeleton-sass-official/skeleton/core/_functions.scss: 
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
	} @elseif($use-em == true and $use-rem == false and $use-percent == false) {
	  ^^^^^^^

Deprecation Warning on line 54, column 4 of node_modules/skeleton-sass-official/skeleton/core/_functions.scss: 
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
	} @elseif($use-percent == true and $use-rem == false and $use-em == false) {
	  ^^^^^^^

Deprecation Warning on line 44, column 4 of node_modules/skeleton-sass-official/skeleton/core/_mixins.scss: 
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
	} @elseif($use-em and not $use-rem and not $use-percent) {
	  ^^^^^^^

Deprecation Warning on line 46, column 4 of node_modules/skeleton-sass-official/skeleton/core/_mixins.scss: 
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
	} @elseif($use-percent and not $use-rem and not $use-em) {
linoferreira added a commit to MyersGroup/MyersGroup.github.io that referenced this issue Feb 2, 2023
Replace `@elseif` with `@else if` as the former has been deprecated by
Sass. This gave a warning only. See atomicpages/skeleton-sass#36
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

1 participant