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