fix(portal-shell): use .postcssrc.json so tailwind utilities are emitted #75
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"plugins": {
|
||||||
|
"@tailwindcss/postcss": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
plugins: {
|
|
||||||
'@tailwindcss/postcss': {},
|
|
||||||
},
|
|
||||||
};
|
|
||||||
+1
-1
@@ -21,7 +21,7 @@ apf_portal/
|
|||||||
│ ├── portal-shell/ # Angular 21 SPA (zoneless, standalone, Signals, Vitest, SCSS)
|
│ ├── portal-shell/ # Angular 21 SPA (zoneless, standalone, Signals, Vitest, SCSS)
|
||||||
│ │ ├── public/ # static assets
|
│ │ ├── public/ # static assets
|
||||||
│ │ ├── src/ # entry, app config, routes, styles
|
│ │ ├── src/ # entry, app config, routes, styles
|
||||||
│ │ ├── postcss.config.js # Tailwind PostCSS plugin
|
│ │ ├── .postcssrc.json # Tailwind PostCSS plugin (required by @angular/build esbuild — postcss.config.js is ignored)
|
||||||
│ │ └── project.json # Nx project config (build, serve, test, lint targets)
|
│ │ └── project.json # Nx project config (build, serve, test, lint targets)
|
||||||
│ ├── portal-shell-e2e/ # Playwright e2e for portal-shell
|
│ ├── portal-shell-e2e/ # Playwright e2e for portal-shell
|
||||||
│ ├── portal-bff/ # NestJS 11 BFF (Express adapter, ValidationPipe, Jest)
|
│ ├── portal-bff/ # NestJS 11 BFF (Express adapter, ValidationPipe, Jest)
|
||||||
|
|||||||
Reference in New Issue
Block a user