Include font awesome in assets.

This commit is contained in:
James Cole
2018-02-03 09:14:39 +01:00
parent d81c99bcda
commit 352cdf75c8
4 changed files with 13 additions and 3 deletions

5
package-lock.json generated Normal file → Executable file
View File

@@ -3758,6 +3758,11 @@
"debug": "3.1.0"
}
},
"font-awesome": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
"integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM="
},
"for-in": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",

3
package.json Normal file → Executable file
View File

@@ -17,5 +17,8 @@
"laravel-mix": "^1.0",
"lodash": "^4.17.4",
"vue": "^2.5.7"
},
"dependencies": {
"font-awesome": "^4.7.0"
}
}

View File

@@ -53,3 +53,5 @@ if (token) {
// cluster: 'mt1',
// encrypted: true
// });
/** Include font awesome */

View File

@@ -1,9 +1,9 @@
// Fonts
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
// Variables
@import "variables";
// Bootstrap
@import "~bootstrap-sass/assets/stylesheets/bootstrap";
// Font awesome
@import "~font-awesome/css/font-awesome";