FortAwesome / font-awesome-sass

Font-Awesome Sass gem for use in Ruby/Rails projects
MIT License
906 stars 265 forks source link

Add symbol snake to kebab case conversion on #icon helper #210

Open caioertai opened 2 years ago

caioertai commented 2 years ago

I generally find it a lot more pleasing to be able to do something like this:

icon :fa_brands, :behance_square

And have it behave the same as:

icon "fa-brands", "behance-square"