Skip to content

Instantly share code, notes, and snippets.

View mberizzo's full-sized avatar

Matias Berizzo mberizzo

  • Rosario - Santa Fe - Argentina
View GitHub Profile
@mberizzo
mberizzo / responsive.css
Last active August 29, 2015 14:17
CSS Media Queries
/*-----------start MEDIA QUERIES-----------*/
/*start IPHONE*/
/*@media (min-width: 240px) and (max-width: 479px) {*/
@media (min-width: 240px) and (max-width: 767px) {
}
/*end IPHONE*/
/*start IPHONE VERTICAL*/
@media (min-width: 240px) and (max-width: 479px) {
@mberizzo
mberizzo / bower.json
Last active November 5, 2015 15:02
Gulp, Bower, Bootstrap Sass
{
"name": "jym-comunicaciones",
"main": "index.js",
"version": "0.0.0",
"authors": [
"Matias Berizzo"
],
"description": "JyM Comunicaciones - Ecommerce",
"license": "MIT",
"ignore": [