drfront.responsive
v1.1.1
Published
Makes the markup generated by DrFront responsive by use of CSS only.
Downloads
2
Readme
drfront.responsive
This little SASS-project fixes the none-responsive SASS-code that comes with Dr.Front.
The css has no dependencies, but should only be deployed on top of the already generated code from Dr.Front.
Installation
npm install drfront.responsive
Or clone from github, or download as zip.
Usage
Include the stylesheet from /dist/css into your Dr.Front site after the Dr.Front stylesheet.
Build
The projects builds by the use of Gulp.
To set up the project for further development, simply run:
npm install
The you can build the project by running:
gulp
Or you can build and have gulp watch the source files for changes, and auto-trigger a new build.
Your do this by running:
gulp dev
CI
This project uses Travis CI