-
-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Which scope/s are relevant/related to the feature request?
create-analog
Information
Our templates are configured to use Tailwind V3. This would update them to use Tailwind V4 using the Postcss configuration that better supports Angular components, and styles from libraries.
https://tailwindcss.com/docs/installation/using-postcss
export default {
plugins: {
"@tailwindcss/postcss": {},
}
}
The minimal
, latest
, and blog
templates are here
https://github.com/analogjs/analog/tree/beta/packages/create-analog
Nx Generator support is here
https://github.com/analogjs/analog/blob/beta/packages/nx-plugin/src/generators/app/generator.ts
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
- Yes
- No
konuch and cwatzl
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request