Skip to content

Instantly share code, notes, and snippets.

View alexkilgour's full-sized avatar
:octocat:

Alex Kilgour alexkilgour

:octocat:
View GitHub Profile
@AllThingsSmitty
AllThingsSmitty / apple-mq.css
Last active June 23, 2022 19:56
iPhone 6/6 Plus and Apple Watch CSS media queries
/* iPhone 6 landscape */
@media only screen and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2)
{ }
/* iPhone 6 portrait */
@media only screen
and (min-device-width: 375px)
@d33pfri3d
d33pfri3d / frontend-tools.md
Last active December 17, 2015 16:09
FrontEnd Tools - forked form https://github.com/codylindley/frontend-tools, just because I like to use Gists for these things.

#Landscaping With Frontend Development Tools

An opinionated list of tools for frontend (i.e. html, js, css) desktop/laptop (i.e. does not include tablet or phone yet) web development

##Coding Tools

######Workflow/Builds/Assemblers