Skip to content

Commit

Permalink
fix: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tclxshunquan-wang committed Sep 14, 2024
1 parent e15c411 commit c85bdf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ const config: Config = {
return {
name: 'docusaurus-tailwindcss',
configurePostCss(postcssOptions) {
console.log(postcssOptions);
// Appends TailwindCSS and AutoPrefixer.
postcssOptions.plugins.push(require.resolve('tailwindcss'));
postcssOptions.plugins.push(require.resolve('autoprefixer'));
Expand Down

0 comments on commit c85bdf7

Please sign in to comment.