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.
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.