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
Re-added `text-size-inherit` font-size utility that was accidentally removed in v0.57.3. This utility allows components to inherit font-size from their parent element.
10
+
11
+
**Note:** This utility is named `text-size-inherit` (not `text-inherit`) to avoid conflicts with Tailwind's standard `text-inherit` utility which controls color inheritance.
12
+
13
+
**Changes:**
14
+
- Added `--text-size-inherit: inherit;` to `@theme inline` block
15
+
- Added `text-size-inherit` to font-size class group in cx helper's tailwind-merge config
16
+
- Added tests for proper class merging with text-size-inherit
0 commit comments