Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider updating v4 documentation for angular #1938

Closed
heddendorp opened this issue Jan 17, 2025 · 2 comments
Closed

Consider updating v4 documentation for angular #1938

heddendorp opened this issue Jan 17, 2025 · 2 comments

Comments

@heddendorp
Copy link

After trying to bring tailwind v4 support to the angular cli in angular/angular-cli#28939 I found that angular does have support for postcss based tailwind with the application builder anyways.
Here is some more information about the topic https://angular.dev/tools/cli/build-system-migration

So for tailwind, I think it would be smart to document how it can be used with the application builder even without specific changes in the angular cli.

All it takes is to install tailwind and the postcss plugin and then create a postcss.config.json in the root folder with the following content.

{
  "plugins": {
    "@tailwindcss/postcss": {}
  }
}

I'm happy to contribute this in the right place if that is helpful or try to clear remaining things up.

@philipp-spiess
Copy link
Member

This is going to be fixed in a new version of the website (coming soon 👀 )

@heddendorp
Copy link
Author

This is going to be fixed in a new version of the website (coming soon 👀 )

Ah perfect just thought it would be worth a mention in case that was not already in. Even better then 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants