✅ placing styles in a separate folder
I'm going to attempt to create my first game using avalonia mvvm. It's not going to be like a video game, but moreso a text trivia game. I'm wanting to learn how to have a Styles folder with style files for each screen inside that folder. Let's say I have a HomeScreenView.axaml and a Styles/HomeScreenViewStyles.axaml. How would I use those styles from that style file in my view page?