Tailwind CSS version v1.1.0+ Utilities for controlling the color of placeholder text. Class Properties Preview .placeholder-transparent::placeholdercolor: transparent;Aa .placeholder-current::placeholdercolor: currentColor;Aa .placeholder-black::placeholdercolor: #000;Aa ...
placeholder="e.g. CREATE TABLE cars (id INT, make TEXT, model TEXT, year INT, color TEXT)" 4 changes: 4 additions & 0 deletions 4 tailwind.config.js Original file line numberDiff line numberDiff line change @@ -11,6 +11,7 @@ module.exports = { darkMode: "class", theme: {...
Placeholder Color Utilities for controlling the color of placeholder text. Class Properties Preview placeholder-transparent::placeholdercolor: transparent; Aa placeholder-current::placeholdercolor: currentColor; Aa placeholder-black::placeholder--tw-placeholder-opacity: 1; color: rgba(0, 0, 0, var(--tw...