Skip to content

Commit 1b73f61

Browse files
committed
Remove unused code
1 parent f3264e0 commit 1b73f61

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tailwind.config.ts

+1-7
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@ const config: Config = {
2525
},
2626
},
2727
},
28-
plugins: [
29-
TypographyPlugin,
30-
FormsPlugin,
31-
// plugin(({ addVariant }) => {
32-
// addVariant("search-cancel", "&::-webkit-search-cancel-button");
33-
// }),
34-
],
28+
plugins: [TypographyPlugin, FormsPlugin],
3529
future: {
3630
hoverOnlyWhenSupported: true,
3731
},

0 commit comments

Comments
 (0)