responsive-css
v1.0.3
Published
CSS class for responsive websites
Downloads
10
Readme
Responsive CSS
A css set of classes to make responsive websites
Usage
To add it to your project:
npm install --save responsive-css
add require('.//app.css');
To test the example
cd ./example
npm install
npm start
open http://localhost:3000