Skip to content

Consider updating v4 documentation for angular #1938

Closed
@heddendorp

Description

@heddendorp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions