Open Mathyn opened 2 years ago
Hi @Mathyn
Is this a MAUI Blazor app? Which OS/device/emulator are you debugging against? Does it happen on others as well?
I've just tested a MAUI Blazor app with the latest LibSassBuilder v3
using both global & isolated SCSS files, which worked fine.
Could you perhaps create a sample app to reproduce, or list exact steps to replicate from a brand new app?
I am using the latest version of Maui on Windows 10.
This is what I am seeing:
It looks like the first time when the sass compiler needs to compile lots of files it moves to the next step (which bundles all CSS files together) before it was actually completed. The end result is missing styles.
Am I doing something wrong? Maybe I missed some configuration? Any help would be greatly appreciated!