uniformcss
uniformcss copied to clipboard
The starter sets the `font-family` of `code` and `pre` to a CSS var that may not be generated
This:
pre, code {
font-family: var(--font-mono);
}
is here. But if css-variables
is configured to false
CSS vars aren't generated.
Thanks for pointing this out!
Fixed in version 1.5.4
https://github.com/ThinkUniform/uniformcss/releases/tag/1.5.4