diff --git a/routes/~__root.tsx b/routes/~__root.tsx index 00e3013e..99c76901 100644 --- a/routes/~__root.tsx +++ b/routes/~__root.tsx @@ -13,7 +13,6 @@ import { auth } from '@/modules/firebase/app' import { AuthProvider } from '@/modules/firebase/AuthProvider' import { ReactQueryClientProvider } from '@/modules/query/ReactQueryClientProvider' import { routes } from '@/modules/routes' -import '@stanfordspezi/spezi-web-design-system/style.css' import '../modules/globals.css' const Root = () => ( diff --git a/tailwind.config.ts b/tailwind.config.ts index ec923ac9..d44d3b95 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -10,7 +10,10 @@ import tailwindCssAnimate from 'tailwindcss-animate' /** @type {import('tailwindcss').Config} */ module.exports = { - content: ['./{app,pages,components,routes,modules}/**/*.{js,ts,jsx,tsx,mdx}'], + content: [ + './{app,pages,components,routes,modules}/**/*.{js,ts,jsx,tsx,mdx}', + './node_modules/@stanfordspezi/spezi-web-design-system/dist/**/*.js', + ], theme: { extend: { colors: tailwindColors,