mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
8 lines
171 B
JavaScript
8 lines
171 B
JavaScript
module.exports = {
|
|
// Safelisting some classes to avoid content purge
|
|
plugins: [require('daisyui')],
|
|
safelist: ['safelisted'],
|
|
daisyui: {
|
|
themes: true,
|
|
},
|
|
}
|