Skip to content

Commit 5e9e8c9

Browse files
committed
fix
1 parent 775265d commit 5e9e8c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

custom-app/tailwind.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,7 @@ module.exports = {
6464
},
6565
},
6666
prefix: 'tw-',
67-
preflight: false
67+
corePlugins: {
68+
preflight: false,
69+
}
6870
};

0 commit comments

Comments
 (0)