Is there a way to make R# code analysis work when using an external css file?
e.g if i include the following:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
Resharper does not recognize the classes from the css.
Therefore I Resharper complains with the blue squiggly line complaing about "unkwon css class" for all class from the remote cdn.
I know that I could add a copy of the file to my project.
However is this really the only way?
