-
I am trying to standup a starter template for Laravel + Inertia + Svelte + Windi, but am getting some unexpected results. Any of the css that is defined in a style block using @apply gets inserted into the page, but anything in an element's class attribute is missing the css. The repo is here: My only experience with Vite is from usage with svelte-kit, so I'm really out of my element here as to debugging what is going on. I'd gladly buy someone several coffees if they can help me figure out what I am doing wrong here, or even just help me understand the best way to debug this. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured it out - I had to add .blade.php to the scanning config. |
Beta Was this translation helpful? Give feedback.
I figured it out - I had to add .blade.php to the scanning config.