Sindre Aarsaether
Sindre Aarsaether
This will make it work regardless much more consistently when used inside deep selectors.

See the documentation page on [Contributing to CodeSandbox Client](https://github.com/codesandbox/codesandbox-client/blob/master/CONTRIBUTING.md)
Just a basic mock api that returns data from the imdb dataset we have included. This will allow us to show runnable examples of window.fetch etc.
Right now we support both `--var: value` and `$var: value`. For using variables in property values you do either `display: var(--value)` or just `display: $value`. What should we encourage and...