Skip to content

Instantly share code, notes, and snippets.

View gesa's full-sized avatar
🙅‍♀️
nope

Aki gesa

🙅‍♀️
nope
View GitHub Profile
@gesa
gesa / Gemfile
Created July 27, 2016 13:39 — forked from neoeno/Gemfile
Pokemon Go Slack Bot
source "https://rubygems.org"
gem "httparty"
gem "geocoder"
gem "slack-poster"
@gesa
gesa / mq.css
Created October 3, 2012 19:29 — forked from chriscoyier/mq.css
@media only screen and (min-width: 320px) {
/* Small screen, non-retina */
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px),
only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 320px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 320px),