I\'m currently using CSS media queries to target some small/medium screen devices like this:
@media screen and (min-device-width: 480px) { ... } @media screen
take a look at conditionizr this could be what your looking for http://conditionizr.com/