MCPcopy Create free account
hub / github.com/CopilotKit/CopilotKit / generatePostcssConfig

Function generatePostcssConfig

showcase/scripts/create-integration/index.ts:457–467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

455}
456
457function generatePostcssConfig(): string {
458 return `/** @type {import('postcss-load-config').Config} */
459const config = {
460 plugins: {
461 "@tailwindcss/postcss": {},
462 },
463};
464
465export default config;
466`;
467}
468
469function generateGlobalsCss(): string {
470 return `@import "tailwindcss";

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…