mirror of https://github.com/snachodog/mybuddy.git
Remove FA from vendor CSS.
This commit is contained in:
parent
3d88235eb9
commit
bc7b9a97fa
|
@ -38,8 +38,7 @@ module.exports = {
|
|||
stylesConfig: {
|
||||
dest: basePath + 'css/',
|
||||
vendor: [
|
||||
'node_modules/tempusdominus-bootstrap-4/build/css/tempusdominus-bootstrap-4.css',
|
||||
'node_modules/font-awesome/css/font-awesome.css'
|
||||
'node_modules/tempusdominus-bootstrap-4/build/css/tempusdominus-bootstrap-4.css'
|
||||
],
|
||||
app: 'babyblotter/static_src/scss/babyblotter.scss',
|
||||
ignore: [
|
||||
|
|
Loading…
Reference in New Issue