Fix scss warnings

This commit is contained in:
Alf Sebastian Houge
2023-02-07 20:44:13 +01:00
parent 1d5794e344
commit 45456280b4
3 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ Vue.component('VueFontawesome', FontAwesomeIcon)
Vue.use(Buefy, {
defaultIconComponent: 'vue-fontawesome',
defaultIconPack: 'fa',
defaultIconPack: 'fas',
})
// Don't warn about using the dev version of Vue in development.