Nuevos estilos casos y fijar version de Gulp en 3.9.1
Showing
- _src/scss/general/_casos.scss 37 additions, 0 deletions_src/scss/general/_casos.scss
- _src/scss/general/_general.scss 1 addition, 1 deletion_src/scss/general/_general.scss
- _src/scss/general/_home.scss 41 additions, 0 deletions_src/scss/general/_home.scss
- _src/scss/main.scss 1 addition, 0 deletions_src/scss/main.scss
- css/main.css 1 addition, 1 deletioncss/main.css
- package-lock.json 4240 additions, 3738 deletionspackage-lock.json
- package.json 7 additions, 7 deletionspackage.json
_src/scss/general/_casos.scss
0 → 100644
source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -13,20 +13,20 @@ |
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"browser-sync": "^2.18.7", | ||
"browser-sync": "^2.26.7", | ||
"del": "^3.0.0", | ||
"gulp": "^3.9.1", | ||
"gulp-autoprefixer": "^3.1.1", | ||
"gulp-clean-css": "^3.9.3", | ||
"gulp-clean-css": "^3.10.0", | ||
"gulp-concat": "^2.6.1", | ||
"gulp-imagemin": "^3.1.1", | ||
"gulp-plumber": "^1.1.0", | ||
"gulp-imagemin": "^6.0.0", | ||
"gulp-newer": "^1.4.0", | ||
"gulp-plumber": "^1.2.1", | ||
"gulp-sass": "^3.1.0", | ||
"gulp-sequence": "^0.4.6", | ||
"gulp-sourcemaps": "^2.4.1", | ||
"gulp-uglify": "^2.0.1", | ||
"gulp-shell": "^0.6.5", | ||
"gulp-newer": "^1.4.0" | ||
"gulp-sourcemaps": "^2.6.5", | ||
"gulp-uglify": "^2.0.1" | ||
}, | ||
"devDependencies": {} | ||
} |
Please register or sign in to comment