Closed
Description
I am exploring some approaches to responisve typography, and I am trying to use tricks like
.rescale-from-rem {
font-size: calc(100% / 1.428);
}
.autoscaled-base {
font-size: calc(1rem / 4 * 8);
}
Which results in
--font-size-px: NaN
I am not sure, what is going on here. Is implementation somehow reliant on pixel values?
Metadata
Metadata
Assignees
Labels
No labels