fix: remove safelist entry which is not longer needed
This commit is contained in:
@@ -19,7 +19,7 @@ const config = {
|
|||||||
...safelist,
|
...safelist,
|
||||||
] : [
|
] : [
|
||||||
'md:col-span-6',
|
'md:col-span-6',
|
||||||
{
|
{
|
||||||
pattern: /col-span-\d+/,
|
pattern: /col-span-\d+/,
|
||||||
variants: ['xs', 'sm', 'md', 'lg', 'xl', 'xxl'] // Include other variants (sm, lg) if needed
|
variants: ['xs', 'sm', 'md', 'lg', 'xl', 'xxl'] // Include other variants (sm, lg) if needed
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user