1
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:
Jake Jarvis 2023-10-05 12:41:19 -04:00
parent 29b663dc47
commit cf99dc7ae2
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -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,
}), { }), {