fix: styles results, updates loader

This commit is contained in:
2025-07-06 10:05:11 -05:00
parent 023b1b7844
commit b0425f7085
3 changed files with 35 additions and 5 deletions

View File

@@ -5,6 +5,11 @@ module.exports = {
"./templates/**/*.html.twig",
],
safelist: [
"flex",
"flex-col",
"flex-row",
"p-2",
"p-4",
"bg-blue-300",
"bg-orange-300",
"bg-fuchsia-300",
@@ -22,7 +27,12 @@ module.exports = {
"ease-in",
"duration-700",
"opacity-100",
"table-row"
"table-row",
"max-w-[60ch]",
"truncate",
"text-wrap",
"rounded-sm",
"rounded-md"
],
theme: {
extend: {