I am developing a mailing application with .NET and it auto generates the CSS for different screen sizes. What is the best way to view the results in Windows?
Android and iOS devices use WebKit, but I am not sure how to mimic the screen size.
For example, when I have something like:
<link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="css/mobile.css" type="text/css" />
I am not interested in online emulators, I am using WebKit.NET