This is what my project looks like:
I have just css file for my razor component, but when I try to build it I get the More than one scoped css files were found for the razor component 'Pages\Randomizer\RandomizeNamesAdvanced.razor'. Each razor component must have at most a single associated scoped css file.
error.
I copied pasted the css file from another component's css file if that makes any difference. But I have checked both the css file's build action is set to Content. How can I fix this?