(postcssOptions)
| 74 | return { |
| 75 | name: "docusaurus-tailwindcss", |
| 76 | configurePostCss(postcssOptions) { |
| 77 | postcssOptions.plugins.push(require("tailwindcss")); |
| 78 | postcssOptions.plugins.push(require("autoprefixer")); |
| 79 | return postcssOptions; |
| 80 | }, |
| 81 | }; |
| 82 | }, |
| 83 | ["posthog-docusaurus", { |
nothing calls this directly
no outgoing calls
no test coverage detected