make storybook work with tailwind

This commit is contained in:
Kiril Videlov 2023-03-28 10:15:17 +02:00 committed by Kiril Videlov
parent e86aa11ef6
commit bb84c6979c

View File

@ -1,5 +1,5 @@
import type { Preview } from '@storybook/svelte';
import '../src/app.postcss';
const preview: Preview = {
parameters: {
actions: { argTypesRegex: '^on[A-Z].*' },