mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 13:32:43 +08:00
When using the experimental esbuild-based browser application builder, CSS stylesheets will now be processed by tailwindcss if a tailwind configuration file is present and the `tailwindcss` package has been installed in the project. This provides equivalent behavior to the use of tailwind with the current default Webpack-based build system. Currently, only CSS stylesheets are processed. Preprocessor support including Sass and Less will be added in a future change.