Site icon Hip-Hop Website Design and Development

get url from @import in inline type and enqueue [closed]

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>