DEV Community

Discussion on: How to configure Tailwindcss for Svelte and Storybook (2020 Update)

Collapse
 
gyurielf profile image
gyurielf

You should put into preview .cjs/js, right below the other imports.
I hope it helps.

// .storybook/preview.cjs

import '../static/base-style.css';

export const parameters ={
..
}