-
Notifications
You must be signed in to change notification settings - Fork 16
Tailwind support? #2
Comments
Just install the following module: And push it to your addons section: addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
{
name: '@storybook/addon-styling',
options: {
postCss: true,
},
},
'storybook-addon-nuxt'
], And then just import it inside your .storybook/preview.ts |
@prnews-io I was doing just that, except in my
The |
Thanks for using the addon, and sorry for the late reply. |
@danlourenco any solution did you find ? |
i got solution
|
I made a pr #23 |
Hi there,
Great job with this addon! Wondering if this has been tested with Tailwind? I've followed whatever documentation I could find on Storybook 7 + Tailwind 3, but I can't get my Tailwind css to actually load in my stories. Any ideas?
The text was updated successfully, but these errors were encountered: