Does someone know how to load an External Library in WebStorm as CSS with an http link? It gives me the option to "Download Library" in the warning.
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css"/>
However, when I download it, the External Library loads as a .js and because it downloads it as .js, the warning still appears to me and the project doesn't index the library properly.
I've tried repairing the IDE, or watching if I could rename it in some way, but nothing seems to fix it.
Via Active questions tagged javascript - Stack Overflow https://ift.tt/itaAe3u
Comments
Post a Comment