Justin Warner

Results 4 issues of Justin Warner

I have the following SCSS: ```scss .greyBar { background-color: grey; animation: revealAnimation 2s linear; animation-fill-mode: forwards; } @keyframes revealAnimation { to { width: 0px; margin-left: 150px; } } ``` This...

Having the modal is really useful, however, every time I load the docs page, it shows up even though I've dismissed it many times in the past. Given the large...

### Describe the bug This commit: https://github.com/storybookjs/test-runner/commit/19393238b7432f59d3304aaa9c36fc5473d915f7 Introduced `combineTags`, which isn't available in version `0.1.2` of @storybook/csf. I think we'll need to upgrade to `0.1.9` - https://github.com/ComponentDriven/csf/commit/632d12b306020856d116983349532b27cbd90859 ### To Reproduce...

bug
needs triage