Open blowsie opened 3 years ago
Update: I also tried to configure the plugin on an empty vue 3 cli project and ran into the same issue
It appears to be ignoring any styles found in the sty;e block of an SFC
<style scoped>
a {
color: #42b983;
@apply bg-red-500;
}
</style>
Both color
and @apply
are ignored, adding tailwind classes directly on to the html works as expected.
I tried adding the config suggested on the readme to an empty storybook vue 3 application and it fails silently, resulting in no styles in the storybook instance.
.storybook/main.js
Here are the existing module rules for reference