support-for icon indicating copy to clipboard operation
support-for copied to clipboard

@elseif is deprecated and will not be supported in future Sass versions

Open arismag opened this issue 4 years ago • 1 comments

@elseif is getting deprecated:

DEPRECATION WARNING on line 2297, column 3 of stdin: 
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
     ╷
2297 │   @elseif type-of($min-version) == "number" and round($min-version) != $min-version {
     │   ^^^^^^^
     ╵

Fix: https://github.com/JohnAlbin/support-for/pull/35

arismag avatar Nov 02 '20 11:11 arismag

Please fix. PR seems pretty straightforward.

GBirch avatar Nov 13 '20 20:11 GBirch