Skip to content

Commit

Permalink
fix(module): remove safelist on max-w
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 17, 2022
1 parent 3c724e8 commit 358387e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
]
},
Expand Down

0 comments on commit 358387e

Please sign in to comment.