For anyone else stumbling upon this problem, here’s the quick solution:
Old:
.cm-header-1 {
font-size: 1.5em;
}
New:
:root {
--h1: 1.5em;
}
For anyone else stumbling upon this problem, here’s the quick solution:
Old:
.cm-header-1 {
font-size: 1.5em;
}
New:
:root {
--h1: 1.5em;
}