diff --git a/ui/desktop/src/styles/main.css b/ui/desktop/src/styles/main.css index eeb6d339..6829376d 100644 --- a/ui/desktop/src/styles/main.css +++ b/ui/desktop/src/styles/main.css @@ -2,6 +2,9 @@ @import 'tw-animate-css'; @plugin '@tailwindcss/typography'; +@source './index.html'; +@source './src/**/*.{js,ts,jsx,tsx}'; + @theme { --breakpoint-md: 930px; }