Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 197 forks source link

Avoid the @elseif deprecation by sass #113

Closed ch0k1 closed 3 years ago

ch0k1 commented 4 years ago

Hi @Igosuki,

I accidentaly came across to a small issue in your project which corresponds to a recent SASS deprecation of @elseif statement and replacing it with a @else if so that's why I decided to help you resolve it and thus everybody else who use your project to get rid of the annoying warnings generated by the CSS transpilers.

P.S: I hope git will automatically resolve line endings changes registered on line 1 & 4 because of the fact I did the entire pull request in the web client where I cannot specify and change them explicitly.

Best regards, ch0k1

Igosuki commented 3 years ago

Fixed in #114

ch0k1 commented 2 years ago

Hello @Igosuki,

Just for my reference ...

What was wrong with this PR so that you chose to ignore it for three months and merge the one that ale-grosselle created?

P.S: Do you want me to clear the branch?

Cheers