use Flexbox for grids. Also update README.md.
Showing
gulpfile.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "gulp-tools", | |||
"version": "0.0.0", | |||
"description": "", | |||
"main": "gulpfile.js", | |||
"dependencies": {}, | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"author": "", | |||
"license": "BSD-2-Clause", | |||
"devDependencies": { | |||
"gulp": "^3.9.1", | |||
"gulp-cache": "~0.4.6", | |||
"gulp-clean-css": "^3.0.4", | |||
"gulp-concat": "~2.6.1", | |||
"gulp-concat-css": "~2.3.0", | |||
"gulp-imagemin": "~3.3.0", | |||
"gulp-jshint": "~2.0.4", | |||
"gulp-less": "^3.3.0", | |||
"gulp-notify": "~3.0.0", | |||
"gulp-pleeease": "~2.0.2", | |||
"gulp-plumber": "~1.1.0", | |||
"gulp-rename": "~1.2.0", | |||
"gulp-uglify": "~3.0.0" | |||
} | |||
} |
styles/_grids.less
deleted
100644 → 0
Please register or sign in to comment