mirror of
https://github.com/jakejarvis/stitches-normalize.git
synced 2025-04-26 06:25:23 -04:00
fix README example
This commit is contained in:
parent
29b663dc47
commit
cf99dc7ae2
@ -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,
|
||||||
}), {
|
}), {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user