Better CSS customization.

This commit is contained in:
John Livingston
2021-11-09 10:34:34 +01:00
parent af55d50c93
commit ab8dac1bba
3 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@ module.exports = merge(prod, {
alias: {
// To override a template, use this syntax:
// 'templates/muc_sidebar.js': path.resolve(__dirname, 'custom/templates/muc_sidebar.js')
'../sass/converse.scss': path.resolve(__dirname, 'custom/sass/livechat.scss')
}
}
})