New theming system

This commit is contained in:
Agate 2020-05-15 14:12:36 +02:00
parent c505f6ff9b
commit cd422832dd
196 changed files with 3355 additions and 3482 deletions

View file

@ -152,5 +152,12 @@ module.exports = {
disableHostCheck: true,
// use https://node1.funkwhale.test/front-server/ if you use docker with federation
public: process.env.FRONT_DEVSERVER_URL || ('http://localhost:' + (process.env.VUE_PORT || '8080'))
},
css: {
loaderOptions: {
sass: {
implementation: require('sass')
}
}
}
}