You've already forked stitches-normalize
mirror of
https://github.com/jakejarvis/stitches-normalize.git
synced 2025-06-27 13:55:42 -04:00
fix README example
This commit is contained in:
@ -26,7 +26,7 @@ import normalizeCss from "stitches-normalize";
|
|||||||
const globalStyles = globalCss(
|
const globalStyles = globalCss(
|
||||||
...normalizeCss({
|
...normalizeCss({
|
||||||
// default options, see below:
|
// default options, see below:
|
||||||
fontFamilies: true,
|
systemFonts: true,
|
||||||
webkitPrefixes: true,
|
webkitPrefixes: true,
|
||||||
mozPrefixes: true,
|
mozPrefixes: true,
|
||||||
}), {
|
}), {
|
||||||
|
Reference in New Issue
Block a user