Skip to content

Commit 6dbbc6b

Browse files
committed
chore: 불필요 플러그인 설정에서 제거 (#258)
1 parent 9ba3d8f commit 6dbbc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/one-app/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@ const config: Config = {
171171
}),
172172
},
173173
},
174-
plugins: [require('tailwindcss-animate')],
174+
plugins: [],
175175
};
176176
export default config;

0 commit comments

Comments
 (0)