add tailwind

This commit is contained in:
Olivier PARPAILLON
2024-11-18 13:38:08 +01:00
parent 333554cabc
commit 46b7dd8ae7
21 changed files with 12872 additions and 1 deletions

12
tailwind.config.js Normal file
View File

@@ -0,0 +1,12 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./assets/**/*.js",
"./templates/**/*.html.twig",
],
theme: {
extend: {},
},
plugins: [],
}