CSS Processor
CSS Processor URL:
Media queries is a key feature of modern Responsive Web Design. However, the media features are limited and the overhead is huge. By executing the media queries server side we eliminate some of the overhead, which means less data traffic and less http requests.
Further, we have also made WURFL capabilities available as "media features". That means you can assign styles based on device/browser capabilities. Moreover, you can add your own custom capabilities, assign devices/browsers to them and use them in your CSS and even through the device detection service.
See examples on GitHub