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
I have a few c# panels that do not need their own stylesheets, if StyleSheet.Load is not being called in the constructor it seems the engine tries to load filename.cs.scss automatically but since those files do not exist it logs an error.
What should it be?
A way to stop these errors from showing up in the console.
The text was updated successfully, but these errors were encountered:
What it is?
I have a few c# panels that do not need their own stylesheets, if
StyleSheet.Load
is not being called in the constructor it seems the engine tries to loadfilename.cs.scss
automatically but since those files do not exist it logs an error.What should it be?
A way to stop these errors from showing up in the console.
The text was updated successfully, but these errors were encountered: