Files
Mangarr/tailwind.config.js
Jérémy Guillot bc85649789 Added:
- Messenger, Mercure
- chapter download flow (lelscan only)
2024-06-13 18:11:11 +02:00

19 lines
292 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./templates/**/*.html.twig'
],
theme: {
extend: {},
},
plugins: [
// require("daisyui"),
],
safelist: [
'bg-red-500',
'bg-blue-500',
'bg-yellow-500',
'bg-green-500',
],
}