Skip to content

Commit

Permalink
Allow for Tailwind CSS v4 @Utility class
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Jan 10, 2025
1 parent 04559e8 commit 1ec65c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
'scss/at-rule-no-unknown': [
true,
{
ignoreAtRules: ['tailwind', 'theme'],
ignoreAtRules: ['tailwind', 'theme', 'utility'],
},
],
},
Expand Down

0 comments on commit 1ec65c6

Please sign in to comment.