You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of VS Code are you using? v1.100.3 What version of Tailwind CSS IntelliSense are you using? v0.14.21 What version of Tailwind CSS are you using? v3.4.17 & Nativewind 4.1.23 What package manager are you using? npm What operating system are you using? macOS Tailwind config
Reproduction
import { TextInput } from "react-native";
<TextInput className="placeholder:text-red-500 text-white" />
Describe your issue
When setting text color and a placeholder's color, the following cssConflict appears as a warning whereas both classes are not styling the same element of the input