Closed BenjaVR closed 5 years ago
Hey @BenjaVR,
Thanks for the PR! Mind signing our Contributor License Agreement?
When you've done so, go ahead and comment [clabot:check]
and I'll check again.
Yours truly, khanbot
[clabot:check]
CLA signature looks good :+1:
This is a small change in the typings, to make the
StyleSheet.create(...)
parameters more typed, and offer better intellisense/autocompletion.before:
after:
The only thing I couldn't figure out is how to get the intellisense for pseudo selectors inside a mediaquery. Although you can use it without any errors, it's just the intellisense that is not complete. Anyone any ideas?