Skip to content

Commit 4f661d5

Browse files
committed
Add TODO for tailwind V4 in the application builder
1 parent 15f356b commit 4f661d5

File tree

1 file changed

+2
-0
lines changed
  • packages/angular/build/src/builders/application

1 file changed

+2
-0
lines changed

packages/angular/build/src/builders/application/options.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ async function getTailwindConfig(
485485

486486
if (!tailwindConfigurationPath) {
487487
return undefined;
488+
} else {
489+
// TODO: Support tailwind V4 in the application builder
488490
}
489491

490492
// Create a node resolver from the configuration file

0 commit comments

Comments
 (0)