Skip to content

Commit

Permalink
Merge branch 'docs-migration'
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 10, 2023
2 parents 477ac65 + 3a4fbcb commit ff06ec8
Show file tree
Hide file tree
Showing 5 changed files with 28,635 additions and 13,229 deletions.
11 changes: 11 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,17 @@ const config = {
disableInDev: false,
},
],
async function myPlugin(context, options) {
return {
name: "docusaurus-tailwindcss",
configurePostCss(postcssOptions) {
// Appends TailwindCSS and AutoPrefixer.
postcssOptions.plugins.push(require("tailwindcss"));
postcssOptions.plugins.push(require("autoprefixer"));
return postcssOptions;
},
};
},
],

themeConfig:
Expand Down
Loading

0 comments on commit ff06ec8

Please sign in to comment.