We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5aaab commit 5853975Copy full SHA for 5853975
tailwind.config.js
@@ -4,6 +4,9 @@ import animate from 'tailwindcss-animate'
4
export default {
5
darkMode: ['class', '[class~=\'dark\']'],
6
safelist: ['dark'],
7
+ corePlugins: {
8
+ preflight: false,
9
+ },
10
prefix: 'richtext-',
11
12
content: [
0 commit comments