You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not exactly sure what is happening here. I have been testing the WebCompiler SASS implementation with my Blazor solution. I have my .scss files checked in (but not the compiled css files) and the CI build log indicates they are being compiled and .css files are created. It doesn't appear that the compiled css files are being picked up by the Blazor CSS Isolation process and included in the build artifact.
If I check in the compiled css files, the CSS Isolation process seems to occur and the compiled css is included in the artifact and the styles load properly.
What am I missing?
This may have nothing to do with you project, but I just need some guidance. Thanks.
The text was updated successfully, but these errors were encountered:
Describe the bug
Not exactly sure what is happening here. I have been testing the WebCompiler SASS implementation with my Blazor solution. I have my .scss files checked in (but not the compiled css files) and the CI build log indicates they are being compiled and .css files are created. It doesn't appear that the compiled css files are being picked up by the Blazor CSS Isolation process and included in the build artifact.
If I check in the compiled css files, the CSS Isolation process seems to occur and the compiled css is included in the artifact and the styles load properly.
What am I missing?
This may have nothing to do with you project, but I just need some guidance. Thanks.
The text was updated successfully, but these errors were encountered: