Skip to content

Commit cc44118

Browse files
committed
cleanup: unignore tailwind imports
1 parent 96d33f1 commit cc44118

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

knip.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ const config: KnipConfig = {
3232
'@primeuix/utils',
3333
'@primevue/icons',
3434
// Dev
35-
'@trivago/prettier-plugin-sort-imports',
36-
// CSS imports that knip doesn't detect
37-
'tw-animate-css',
38-
'tailwindcss'
35+
'@trivago/prettier-plugin-sort-imports'
3936
],
4037
ignore: [
4138
// Auto generated manager types

0 commit comments

Comments
 (0)