Hello,
When dealing with CSS and designing for computers and mobile devices, html can have the media type of screen, handheld, print, ...etc built into the <link> code.
HTML Code:
<link href="App_Themes/default/screen/screen.css" media="screen" rel="stylesheet" />
When using themes it doesn't seem to have an option for this. Does anyone know how to do this for themes? Or should it all be designed in one .css file using flex and @media?
Thanks!