Skip to content

Commit 55ab03c

Browse files
committed
u
1 parent effc0fa commit 55ab03c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ const config: Config = {
183183
name: "docusaurus-tailwindcss",
184184
configurePostCss(postcssOptions) {
185185
// 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
187188
return postcssOptions
188189
},
189190
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"react": "19.0.0",
6464
"react-bootstrap": "^1.6.8",
6565
"react-dom": "19.0.0",
66-
"redocusaurus": "2.5.0",
66+
"redocusaurus": "2.2.1",
6767
"remark-admonitions": "1.2.1",
6868
"remarkable": "2.0.1",
6969
"semver": "7.6.0",

0 commit comments

Comments
 (0)