when I have
<link type= "text/css" rel="stylesheet" media="screen and (max-width: 480px)" href="css/480.css">
and the page is not within the query parameters, will the device download the CSS file and not display it or not download it at all? And when the page changes and now fits the query, will it download the file?