-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Looks like https://github.com/area17/blast/blob/main/.storybook/preview.js#L1 imports https://github.com/area17/blast/blob/main/resources/frontend/css/main.css and therefore tailwind by default. This makes it very hard to use Blast for anything that does not use it. Tailwind has it's own set of default styles and resets (i.e. sets <svg>
to display:block
) that changes styling of components we build in storybook. Either requires overriding tailwind styles or produces unexpected results once the component is rendered outside of Blast. Neither is the ideal workflow.
Is that by design to only support tailwind projects or is possible to fix?
DreamShaded
Metadata
Metadata
Assignees
Labels
No labels