If the $rhythm-unit is set to rem and $rem-with-px-fallback enabled expected behaviour is to output a px fallback wherever rems are used.
This works for the most part, but in one or two places where rhythm() is used it would output rems with no fallback, wrapping these lines in output-rhythm solves this.
If the $rhythm-unit is set to rem and $rem-with-px-fallback enabled expected behaviour is to output a px fallback wherever rems are used.
This works for the most part, but in one or two places where rhythm() is used it would output rems with no fallback, wrapping these lines in output-rhythm solves this.