MCPcopy Create free account
hub / github.com/LearnPrompt/LearnPrompt / configurePostCss

Function configurePostCss

docusaurus.config.js:76–80  ·  view source on GitHub ↗
(postcssOptions)

Source from the content-addressed store, hash-verified

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", {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected