Website/app/tailwind.config.js
Snoweuph a2ee97699a
All checks were successful
Quality Check / QS Backend (push) Successful in 18s
Quality Check / QS Frontend (push) Successful in 31s
Use Symfony UX Twig
2024-07-21 14:09:50 +02:00

13 lines
239 B
JavaScript

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