yunohost-portal/tailwind.config.js

9 lines
171 B
JavaScript
Raw Normal View History

2023-07-12 04:52:58 +02:00
module.exports = {
// Safelisting some classes to avoid content purge
2023-07-23 22:09:51 +02:00
plugins: [require('daisyui')],
safelist: ['safelisted'],
2023-07-23 22:09:51 +02:00
daisyui: {
themes: true,
2023-07-25 22:22:59 +02:00
},
2023-07-12 04:52:58 +02:00
}