uniformcss icon indicating copy to clipboard operation
uniformcss copied to clipboard

The starter sets the `font-family` of `code` and `pre` to a CSS var that may not be generated

Open michaellenaghan opened this issue 2 years ago • 1 comments

This:

pre, code {
    font-family: var(--font-mono);
}

is here. But if css-variables is configured to false CSS vars aren't generated.

michaellenaghan avatar Jun 28 '22 15:06 michaellenaghan

Thanks for pointing this out!

jinsupark avatar Jul 03 '22 10:07 jinsupark

Fixed in version 1.5.4

https://github.com/ThinkUniform/uniformcss/releases/tag/1.5.4

jinsupark avatar Aug 17 '22 08:08 jinsupark