Skip to content

Commit 07e3969

Browse files
authored
Merge pull request #837 from gosseti/master
Fix global style docs code typo
2 parents d11e505 + e5c726e commit 07e3969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/pages/guides/global-styles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Global } from '@emotion/core'
2121
export default props =>
2222
<Global
2323
styles={theme => ({
24-
*: {
24+
'*': {
2525
boxSizing: 'border-box',
2626
}
2727
})}

0 commit comments

Comments
 (0)