Website/app/tailwind.config.js
Snoweuph 89de0121a3
Some checks failed
Quality Check / QS Frontend (push) Failing after 12s
Quality Check / QS Mixed (push) Failing after 11s
Quality Check / QS Backend (push) Successful in 14s
Use Symfony UX Twig
2024-07-20 09:45:22 +02:00

13 lines
239 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./frontend/**/*.ts",
"./frontend/templates/**/*.html.twig",
],
theme: {
extend: {
},
},
darkMode: 'selector'
}