Skip to content

Instantly share code, notes, and snippets.

@liamhiggins22
Created April 24, 2018 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liamhiggins22/bb58f113df6ef58d7a8cc1f0f8d577f9 to your computer and use it in GitHub Desktop.
Save liamhiggins22/bb58f113df6ef58d7a8cc1f0f8d577f9 to your computer and use it in GitHub Desktop.
{
"name": "sage",
"homepage": "https://roots.io/sage/",
"authors": [
"Ben Word <ben@benword.com>"
],
"license": "MIT",
"private": true,
"dependencies": {
"bootstrap": "^4.1.0",
"Font-Awesome": "https://github.com/FortAwesome/Font-Awesome.git#^5.0.10"
},
"overrides": {
"bootstrap": {
"main": [
"./scss/bootstrap.scss",
"./dist/js/bootstrap.bundle.js"
]
},
"Font-Awesome": {
"main": [
"./web-fonts-with-css/scss/fontawesome.scss",
"./web-fonts-with-css/scss/fa-regular.scss",
"./web-fonts-with-css/scss/fa-solid.scss",
"./web-fonts-with-css/scss/fa-brands.scss",
"./web-fonts-with-css/webfonts/*"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment