compiled
compiled copied to clipboard
Mixins do not work if the required API is not already imported
Describe the bug
When creating a story that imports CSS mixins from an external file, story is not created unless we also import css
To Reproduce Steps to reproduce the behavior:
- Run project locally
- Go to 'examples/stories/styled-string.tsx'
- Remove css
text-transform: uppercase;
from the import - Remove css from ArrayUse
- Story doesn't work anymore
Expected behavior Story should be created
Screenshots