Spaces:
Runtime error
Runtime error
sourabh gupta
feat(web): scaffold Phase 10.0 React client application with Gartner brand design
a5d0f2e | // File Objective : PostCSS processor config to compile Tailwind utility utility classes. | |
| // Scope : apps/web build pipeline. | |
| // What this file does: | |
| // 1. Wires tailwindcss and autoprefixer plugins. | |
| // What it does not do: | |
| // 1. Perform custom asset optimization or minification. | |
| module.exports = { | |
| plugins: { | |
| tailwindcss: {}, | |
| autoprefixer: {}, | |
| }, | |
| }; | |