I'm new to salesforce lightning & trying to make responsive design by media queries & calling the class columngap in div like this
@media all and (max-width : 1280px) {
.THIS.columngap {
color : red;
}
}
<div class=" columngap">
Contact Us
</div>
so I keep getting error in inspect that mime-type is not supported & strict MIME checking is enabled So can anyone pls tell me how can I resolve it?