Import CSS based on Device Size
Loading on Desktop < link rel = "stylesheet" media = "screen and (min-width: 601px)" href = "desktop.css" /> Loading on Mobile Screen < link rel = "stylesheet" media = "screen and (max-width: 600px)" href = "mobile.css" />