File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,8 @@ const config: Config = {
183
183
name : "docusaurus-tailwindcss" ,
184
184
configurePostCss ( postcssOptions ) {
185
185
// Use the new PostCSS plugin for Tailwind CSS
186
- postcssOptions . plugins . push ( require ( "@tailwindcss/postcss" ) )
186
+ postcssOptions . plugins . push ( require ( "tailwindcss" ) ) // Use the main tailwindcss package
187
+ postcssOptions . plugins . push ( require ( "autoprefixer" ) ) // Add autoprefixer
187
188
return postcssOptions
188
189
} ,
189
190
}
Original file line number Diff line number Diff line change 63
63
"react" : " 19.0.0" ,
64
64
"react-bootstrap" : " ^1.6.8" ,
65
65
"react-dom" : " 19.0.0" ,
66
- "redocusaurus" : " 2.5.0 " ,
66
+ "redocusaurus" : " 2.2.1 " ,
67
67
"remark-admonitions" : " 1.2.1" ,
68
68
"remarkable" : " 2.0.1" ,
69
69
"semver" : " 7.6.0" ,
You can’t perform that action at this time.
0 commit comments