From 10f3e48a2c7c85385e443087c75118b2869c32eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benoi=CC=82t=20Rouleau?= Date: Mon, 24 Nov 2025 15:53:52 -0500 Subject: [PATCH] Add `text-align` and `text-transform` to inherited properties of `button`, `input`, etc. --- packages/tailwindcss/preflight.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/tailwindcss/preflight.css b/packages/tailwindcss/preflight.css index 753e79ef0d0f..58461b1d13e0 100644 --- a/packages/tailwindcss/preflight.css +++ b/packages/tailwindcss/preflight.css @@ -246,6 +246,8 @@ textarea, font-variation-settings: inherit; /* 1 */ letter-spacing: inherit; /* 1 */ color: inherit; /* 1 */ + text-align: inherit; /* 1 */ + text-transform: inherit; /* 1 */ border-radius: 0; /* 2 */ background-color: transparent; /* 3 */ opacity: 1; /* 4 */