Skip to content

Commit 7eb90ee

Browse files
committed
wip
1 parent 6459e04 commit 7eb90ee

File tree

5 files changed

+624
-11
lines changed

5 files changed

+624
-11
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const pluginTailwind = () => {
2828
return {
2929
name: 'docusaurus-plugin-tailwindcss',
3030
configurePostCss(postcssOptions: any) {
31-
postcssOptions.plugins.push(require('tailwindcss'));
31+
postcssOptions.plugins.push(require('@tailwindcss/postcss'));
3232
return postcssOptions;
3333
},
3434
};

0 commit comments

Comments
 (0)