This commit is contained in:
count-null 2025-02-25 19:21:31 -05:00
parent 27df1a73b5
commit a0cb5fb6b0
36 changed files with 1886 additions and 187 deletions

View file

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