raulghm / Font-Awesome-Stylus

Stylus port for font-awesome 4.7.0
https://github.com/raulghm/Font-Awesome-Stylus
GNU General Public License v2.0
78 stars 26 forks source link

[Bug] Breaking change in minor-version release #35

Open Awk34 opened 7 years ago

Awk34 commented 7 years ago

There was a breaking change in one of your minor releases. I had version 4.6.2 installed, in which I was importing the stylus from here as @import 'font-awesome-stylus/stylus/index'. It seems like the file structure was changed around, which is a breaking change, so now my code doesn't work. This goes against semantic versioning's rules for back-compat breaking changes only being in major releases.