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