Skip to content

Commit 5853975

Browse files
committed
chore: disable preflight
1 parent 8a5aaab commit 5853975

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tailwind.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import animate from 'tailwindcss-animate'
44
export default {
55
darkMode: ['class', '[class~=\'dark\']'],
66
safelist: ['dark'],
7+
corePlugins: {
8+
preflight: false,
9+
},
710
prefix: 'richtext-',
811

912
content: [

0 commit comments

Comments
 (0)