fix(module): remove safelist on max-w

This commit is contained in:
Benjamin Canac
2022-05-17 17:15:34 +02:00
parent 3c724e89d4
commit 358387e358

View File

@@ -111,10 +111,6 @@ export default defineNuxtModule<ModuleOptions>({
{
pattern: /rounded-(sm|md|lg|xl|2xl|3xl)/,
variants: ['sm']
},
{
pattern: /max-w-(xs|sm|md|lg|xl|2xl|3xl|4xl|5xl|6xl|7xl)/,
variants: ['sm']
}
]
},