johan-v-r / LibSassBuilder

Sass builder for .NET projects
MIT License
99 stars 14 forks source link

Sass compilation not finished when moving to next build step? #63

Open Mathyn opened 1 year ago

Mathyn commented 1 year ago

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!

johan-v-r commented 1 year 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?