6 lines
230 B
TypeScript
6 lines
230 B
TypeScript
import { config } from '@fortawesome/fontawesome-svg-core'
|
|
import '@fortawesome/fontawesome-svg-core/styles.css'
|
|
|
|
// Tell Font Awesome to skip adding the CSS automatically since it's being imported above
|
|
config.autoAddCss = false
|