postcss / postcss-simple-vars

PostCSS plugin for Sass-like variables
MIT License
415 stars 36 forks source link

[Refactor] Removes redundant else structures #72

Closed regularlabs closed 7 years ago

regularlabs commented 7 years ago

Using an else (or elseif) after a return is redundant. Removing these makes the indentation less and more readable. Easier to see what is going on.

ai commented 7 years ago

@regularlabs great PR. Could you just fix linter warning?

regularlabs commented 7 years ago

Done :)