Andy Wermke
Andy Wermke
Side note: `reactProvider` might be called `decorate` or similar. It should be clear that it's React-specific when looking at the import. Thought of "decorate" when seeing that react-storybook calls it...
## Alternative test syntax The `export default` object is rather hard to read. This might be more intuitive to use: ```js import { configure, snapshot, test } from '@shutter/react' import...
Right now you can just use the watch option of your test runner. When #32 gets implemented, we might wanna implement a watch option for the new shutter runner ๐
Looks like you gave this some thought already! Would you mind contributing a PR? ๐ I would just `npm install debug` and use it to log what you highlighted.
Hey @dmnsgn, thanks for sharing! Of course you're rightโฆ Would you by any chance have time to prepare a PR?
Probably a duplicate of #40. Sorry, but this repo really needs a substitute maintainer ๐
Feel free to re-open if it's not due to the lacking Laravel 5.5 support.
Hey @famod! No, it is correct and safe to use, it could just be made more efficient. We are actually using it in production for a crypto wallet, so I'd...
Hey @ethyde. Since `postcss-theme` is supposed to be passed to the PostCSS plugins array like any other plugin, too, I don't see the problem of putting `cssnext` into the plugins...
Ahhh, you are talking about the CSS vars! I fear that might not be possible... `@value` vars and `cssnext` vars are not compatible. Sorry :-/