1 parent 626b19b commit 26e7b7bCopy full SHA for 26e7b7b
1 file changed
apps/sim/app/_styles/globals.css
@@ -97,10 +97,9 @@
97
98
--text-micro: 10px;
99
/**
100
- * `xs` is the one size here that also exists in Tailwind's own scale, so it
101
- * inherits `--text-xs--line-height` unless that is overridden too. v4's ratio
102
- * (4/3) against an 11px size yields 14.67px, where v3 resolved 16.5px; the
103
- * paired value keeps the leading where it was.
+ * Tailwind pairs `xs` with a default line-height ratio. Its v4 ratio (4/3)
+ * against our 11px size yields 14.67px; the explicit 1.5 preserves the
+ * existing 16.5px leading.
104
*/
105
--text-xs: 11px;
106
--text-xs--line-height: 1.5;
0 commit comments