Created
May 22, 2018 22:34
-
-
Save s3w47m88/b55aff8325481d91d44f56678f6a0811 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
"overrides": { | |
"bootstrap": { | |
"main": [ | |
"./scss/bootstrap.scss", | |
"./dist/js/bootstrap.bundle.js", | |
"./scss/font-awesome.scss", | |
"./fonts/*" | |
] | |
}, | |
"font-awesome": { | |
"main": [ | |
"./scss/font-awesome.scss", | |
"./fonts/*" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment