This commit is contained in:
count-null 2025-02-09 12:02:22 -05:00
parent 7428ff8b8f
commit 9b15ac9fd3
87 changed files with 4975 additions and 1 deletions

3
tailwind.config.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
content: ["./src/**/*.twig", "./public/index.php"],
};