Is there any solution to get the URL from the inline type accommodates @import url
and enqueue it as a seperate stylesheet
<type>@import url("//fonts.googleapis.com/css?family=Muli:400,600,700,500&subset=latin");
@media display screen and (max-width: 700px) {
#mysection {
background-image: none !essential;
}
}
</type>