fix: remove safelist entry which is not longer needed
All checks were successful
Build / build (push) Successful in 4m24s
Build / deploy-stage (push) Successful in 2m56s
Build / switch-stage (push) Successful in 2m8s

This commit is contained in:
2025-04-23 23:21:36 +02:00
parent 030053adc3
commit edc2cf7634

View File

@@ -19,7 +19,7 @@ const config = {
...safelist,
] : [
'md:col-span-6',
{
{
pattern: /col-span-\d+/,
variants: ['xs', 'sm', 'md', 'lg', 'xl', 'xxl'] // Include other variants (sm, lg) if needed
},