Code inspection browser compatability
Hello
How is it possible to specify what "browser compatability level" Resharper should check against?
I'd like to get rid of warnings like "The property 'opacity' is not compatible with Internet Explorer 8.0".
Thanks in advance.
Please sign in to leave a comment.
Options -> Code Editing -> CSS -> Inspections
You can specify the version for Chrome, Firefox, IE, Edge, Opera, and Safari; you can turn off checks for individual browsers; or you can turn off the browser compatibility checking altogether.
thanks. spot on