Skip to content

Commit db65d39

Browse files
committed
Allow tailwind V4 in peer dependencies
Also clears up the todo
1 parent 4f661d5 commit db65d39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ async function getTailwindConfig(
486486
if (!tailwindConfigurationPath) {
487487
return undefined;
488488
} else {
489-
// TODO: Support tailwind V4 in the application builder
489+
// TODO: Consider supporting tailwind v4 via vite
490490
}
491491

492492
// Create a node resolver from the configuration file

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"karma": "^6.3.0",
8282
"ng-packagr": "^19.0.0",
8383
"protractor": "^7.0.0",
84-
"tailwindcss": "^2.0.0 || ^3.0.0",
84+
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
8585
"typescript": ">=5.5 <5.7"
8686
},
8787
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)