mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Letter spacing not line height dumb fuck
This commit is contained in:
parent
c6e93a05f6
commit
9017c838cd
@ -1,6 +1,6 @@
|
||||
.define-tracking-utilities(@variants) {
|
||||
.generate-utility-variants('tracking'; @variants; {
|
||||
line-height: extract(@__variant-value, 2);
|
||||
letter-spacing: extract(@__variant-value, 2);
|
||||
});
|
||||
}
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
.define-tracking-utilities(@variants; @screens) when not (@screens = none) {
|
||||
.define-tracking-utilities(@variants);
|
||||
.generate-responsive-utility-variants('tracking'; @variants; @screens; {
|
||||
line-height: extract(@__variant-value, 2);
|
||||
letter-spacing: extract(@__variant-value, 2);
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user