"reset" function returned from createStitches missing in docs
Bug report
Describe the bug
As you can see in the screenshot, createStitches also returns a reset function but the docs (screenshot 2) does not have it to explain what it does exactly.
So basically 2 points in this issue:
- Need to add the reset function to the docs;
- What does
resetactually do?
Screenshots

It's not missing in the docs, it has been left out on purpose. It's more of an internal function. It's there for rare cases where users need to completely empty the inject styles.
I think 99% of users won't need it, so my idea was to leave it out, for simplicity.
I could add it to the API Page though I guess 🤔
I think it's good information to have in the docs, especially if this attends a unique use case. I was thinking it might be a CSS reset function that removed all browser styles, but wasn't sure of its purpose