From 9049c0451b080da2cf8f057c43a56fa5023445b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20S=C3=BCdi?= Date: Mon, 9 Dec 2024 23:26:30 +0100 Subject: [PATCH] Enable tailwind in preview --- frontend/.storybook/preview.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/.storybook/preview.ts b/frontend/.storybook/preview.ts index adcda96..323c787 100644 --- a/frontend/.storybook/preview.ts +++ b/frontend/.storybook/preview.ts @@ -1,3 +1,5 @@ +import '@/app/globals.css'; + import type { Preview } from '@storybook/react'; const preview: Preview = {