Open MrBrax opened 7 months ago
https://github.com/user-attachments/assets/5efd8862-4297-4467-bdb0-8d8e91d4f77e
Issue shown in video
I had fixed this but it still wasn't working for relative paths. Should be all good now :)
nope still not working for me, i'm importing inside a stylesheet like @import "./shared.scss";
from a panel component with the stylesheet attribute
Yeah sorry about that I had to revert the changes because it broke something else. I'll need to take another look today :P
my sanity levels are already increasing, thanks much
hot reloading of @import
ed scss are not working in PanelComponent, but in Panel all works fine
i'm also noticing some weird stuff going on with hotloading again
Yeah I believe this commit is what brought it back:
Describe the bug
Simple, imported SCSS doesn't hotload when saving. The "master" SCSS file has to be saved for the child one to update.
To Reproduce
Expected behavior
To properly hotload imported ones
Media/Files
No response
Additional context
No response