Skip to content

Instantly share code, notes, and snippets.

View tigt's full-sized avatar

Taylor Hunt tigt

View GitHub Profile
time
down
life
left
back
code
data
show
only
site
/*
-----------------------------------
Emoji - natural display for the web
-----------------------------------
These font face definitions allows to display emoji glyphs intermingled with
arbitrary characters outside emoji unicode blocks.
Usage
@unruthless
unruthless / mq-boilerplate.css
Last active July 5, 2016 10:11
Media Query Boilerplate
/**
* Target styles based on screen color support
*/
/* Screen is in monochrome */
@media (monochrome) {
}
/* Screen is in color */
@media (color) {