mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 11:46:51 +00:00
Adds variables to nested module.
This commit is contained in:
parent
5296ea527c
commit
cb4aecd0bf
@ -9,7 +9,7 @@
|
||||
.nested-copy-line-height p,
|
||||
.nested-copy-line-height ul,
|
||||
.nested-copy-line-height ol {
|
||||
line-height: 1.5;
|
||||
line-height: var(--line-height-body, 1.5);
|
||||
}
|
||||
|
||||
.nested-headline-line-height h1,
|
||||
@ -18,7 +18,7 @@
|
||||
.nested-headline-line-height h4,
|
||||
.nested-headline-line-height h5,
|
||||
.nested-headline-line-height h6 {
|
||||
line-height: 1.25;
|
||||
line-height: var(--line-height-title, 1.25);
|
||||
}
|
||||
|
||||
.nested-list-reset ul,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user