You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have created a custom kit in font awesome but i cant add the icon to my project.
using package.json:
"nuxt-fontawesome": "^0.4.0",
"nuxt": "^2.15.8",
"@fortawesome/fontawesome-pro": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/pro-duotone-svg-icons": "^6.1.1",
"@fortawesome/pro-light-svg-icons": "^6.1.1",
"@fortawesome/pro-regular-svg-icons": "^6.1.1",
"@fortawesome/pro-solid-svg-icons": "^6.1.1",
in nuxt.config.js
modules: [
[
"nuxt-fontawesome",
{
imports: [...]
]
what set should i use?
thanks!
The text was updated successfully, but these errors were encountered:
i have created a custom kit in font awesome but i cant add the icon to my project.
using package.json:
"nuxt-fontawesome": "^0.4.0",
"nuxt": "^2.15.8",
"@fortawesome/fontawesome-pro": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/pro-duotone-svg-icons": "^6.1.1",
"@fortawesome/pro-light-svg-icons": "^6.1.1",
"@fortawesome/pro-regular-svg-icons": "^6.1.1",
"@fortawesome/pro-solid-svg-icons": "^6.1.1",
in nuxt.config.js
modules: [
[
"nuxt-fontawesome",
{
imports: [...]
]
what set should i use?
thanks!
The text was updated successfully, but these errors were encountered: