CSS class for responsive websites
npm install responsive-cssResponsive CSS
=====================
A css set of classes to make responsive websites
To add it to your project:
npm install --save responsive-css
add require('./
To test the example
````
cd ./example
npm install
npm start
open http://localhost:3000