@charset "UTF-8"; /* Handy */ @import url("css/smartphones.css") only screen and (max-width:380px); /* Tablet */ @import url("css/tablets.css") only screen and (min-width:321px) and (max-width:768px); /* Desktop */ @import url("css/desktops.css") only screen and (min-width:769px);