MCPcopy Create free account
hub / github.com/Writesonic/GPTRouter / configurePostCss

Function configurePostCss

docs/docusaurus.config.js:36–41  ·  view source on GitHub ↗
(postcssOptions)

Source from the content-addressed store, hash-verified

34 return {
35 name: "docusaurus-tailwindcss",
36 configurePostCss(postcssOptions) {
37 // Appends TailwindCSS and AutoPrefixer.
38 postcssOptions.plugins.push(require("tailwindcss"));
39 postcssOptions.plugins.push(require("autoprefixer"));
40 return postcssOptions;
41 },
42 };
43 },
44 ],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected