You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.I'm happy to contribute this in the right place if that is helpful or try to clear remaining things up.
The text was updated successfully, but these errors were encountered: