Skip to content

Instantly share code, notes, and snippets.

View marcusseong's full-sized avatar

Marcus Seong marcusseong

View GitHub Profile
@marcusseong
marcusseong / common-media-queries.css
Created April 8, 2017 09:10
Common Media Queries
/* This is a small sampling of the various approaches to media queries. The
point is: they're all over the board. Part of the "issue" (if you can call
it that) may be due to the intended audience of each site/framework. Another
may be that it's really difficult to test for a lot of different devices.
Regardless, it would be really nice if there was standard baseline that
could be used as a starting point for maximum compatibility and coverage. */
/* ==========================================================================
Frameworks
========================================================================== */
@marcusseong
marcusseong / .gitignore
Created February 23, 2017 04:40 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #