1.1.1 • Published 9 years ago
drfront.responsive v1.1.1
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.responsiveOr 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:
gulpOr you can build and have gulp watch the source files for changes, and auto-trigger a new build.
Your do this by running:
gulp devCI
This project uses Travis CI
