Open
Description
What version of Tailwind CSS are you using?
For example: v4.1.8
What build tool (or framework if it abstracts the build tool) are you using?
For example: Angular 19.2.0
What version of Node.js are you using?
For example: v18.19.1
What browser are you using?
For example: Chrome, Firefox
What operating system are you using?
For example: Windows
Reproduction URL
https://github.com/andreyjamer/stackblitz-angular-tailwind
To start the project need to run
npm install && npm start
Describe your issue
The placeholder for input has currentColor value instead of lighter color. It seems to be caused by the PostCSS version usage, because version with Vite builder is ok.
Here how it looks with Vite:
Empty input:
With text:
Here is the style for placeholder:
And this is a version from PostCSS:
Metadata
Metadata
Assignees
Labels
No labels