Looking at the generated Assembly.styles.css there are IDs or whatever it is called.
But these IDs are not appearing in the generated HTML.
Which results that the styling does not become applied.
CodePudding user response:
CSS isolation is a build step, so it does not work when Razor runtime compilation is enabled.
Make sure that you haven't enabled runtime compilation of your Razor files.