pseudo element 'deep doesn't exist in css - blazor - visual studio 2022

Hello

I'm getting this error: “pseudo element ‘deep’ doesn't exist in css” in blazor .Net 9.0. project using Visual Studio 2022 Version 17.13.0 Preview 4.0

It appears in every project, in MainLayout.razor.css and NavMenu.razor.css.
 

0
1 comment

Hello,

It happens to be a known problem - Support ::deep combinator for Blazor CSS isolation. Unfortunately, at the moment we don't invest in CSS support and its support is on hold. We'd suggest disabling CSS Language in ReSharper | Options | Environment | Products & Features.

0

Please sign in to leave a comment.