I am encountering an issue with the CSS intellisense in my razor class library (RCL) that houses all the pages of my Blazor application. It appears that the CSS intellisense is not functioning within the RCL unless I modify the RCL .csproj xml tag From Sdk="Microsoft.NET.Sdk.Razor" To Sdk="Microsoft.NET.Sdk.Web".
For instance: <p class="..(no intellisense is shown if used within an RCL)"
I am currently using VS2022 with all the latest updates installed. Any insights or solutions to resolve this matter would be greatly appreciated.