vaso2 / nuxt-fontawesome

Nuxt module for Fontawesome 5 integration with ES6 imports and tree shaking
MIT License
107 stars 4 forks source link

Fix font-awesome color #12

Closed KennyChan94 closed 5 years ago

KennyChan94 commented 5 years ago

May i know how can i fix the color of my fontawesome icon throughout my whole nuxt project? 'nuxt-fontawesome', { imports: [ { set: '@fortawesome/free-solid-svg-icons', icons: ['fas'], color: '#ffc107' }, { set:'@fortawesome/free-brands-svg-icons', icons: ['fab'] } ] } i have tried this way, but it doesnt work

vaso2 commented 5 years ago

Greetings! May I know where you've found the docs stating such possibility, to change the color of icons through javascript config? As far as I know, there is no such stuff in official doc

vaso2 commented 5 years ago

Closing due to inactivity