Created
June 4, 2018 17:06
-
-
Save SaraVieira/35b4c33b8358ed891008f2ff89885d65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import fontawesome from '@fortawesome/fontawesome' | |
import faTimes from '@fortawesome/fontawesome-free-solid/faTimes' | |
import faSearch from '@fortawesome/fontawesome-free-solid/faSearch' | |
fontawesome.config = { | |
autoAddCss: false | |
} | |
fontawesome.library.add(faSearch, faTimes) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment