Let an element be responsive in no time
Install with component(1):
$ component install shallker/responsive
<div class="menu" responsive>This is a responsive menu</div>
var responsive = require('responsive');
responsive.add('tablet', 1020);
responsive.add('mobile', 480);
http://shallker.github.io/responsive/test
MIT