What is the syntax to include subresource integrity when using @import?
@import url(//use.fontawesome.com/releases/v5.3.1/css/all.css);
Besically how do I include the subresource integrity and crossorigin parameters when using @import like above?
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">