How to configure VueJS + PostCss + Tailwind with Storybook
问题 Anyone have success setting up a project using VueJS, PostCss, and Tailwind with component development in Storybook? I've gotten this far: New vue project ( vue-cli 3.0.5 ) @storybook/vue (4.0.0-alpha.25) tailwindcss (0.6.5) Create component using <style lang="postcss"> ... </style> Use Tailwind @apply within style block to apply utility classes to component The issue I run into is that any components I create stories for using lang="postcss" fail during compilation when running storybook. I