Skip to content

Commit

Permalink
fix: tailwindcss/no-custom-classname is OFF, because it is a very slo…
Browse files Browse the repository at this point in the history
…w rule
  • Loading branch information
Pilaton committed Feb 10, 2024
1 parent a9ce95b commit 7b36e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/configs/tailwindcss.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const config = defineFlatConfig({
},
rules: {
...tailwindcssPlugin.configs.recommended.rules,
'tailwindcss/no-custom-classname': 'off', // Very slow rule
},
});

Expand Down

0 comments on commit 7b36e1c

Please sign in to comment.