I am trying to import a style based off a media query but the import is not being triggered If i put styles directly in the media query they are rendered to the page.
try that kind of code
@import url("/inc/Styles/full.css") (min-width: 940px);