yunohost-portal/tailwind.config.js

10 lines
152 B
JavaScript
Raw Normal View History

2023-07-12 04:52:58 +02:00
module.exports = {
// Safelisting some classes to avoid content purge
safelist: [
'safelisted',
{
pattern: /bg-.*-500/,
},
2023-07-19 18:42:05 +02:00
],
2023-07-12 04:52:58 +02:00
}