Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

Commit ca2f0a2

Browse files
authored
Merge pull request #11 from peduarte/patch-1
Update "underlying HTML" example snippet
2 parents 59fab7f + 0e48edd commit ca2f0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const Heading = system({
9191
is: 'h2',
9292
m: 0,
9393
fontSize: 6
94-
})
94+
}, 'space', 'fontSize')
9595
```
9696

9797
Since `is` is a prop, it can also be passed to the element when used.

0 commit comments

Comments
 (0)