Skip to content

Instantly share code, notes, and snippets.

View briansokol's full-sized avatar

Brian Sokol briansokol

View GitHub Profile
@briansokol
briansokol / animations_generated.css
Last active July 18, 2016 17:07
CSS Modules Examples
@keyframes text__blue-green-text___1AJCb {
0% {color: blue;}
100% {color: green;}
}
.text__blue-green-text___1AJCb {
animation: text__blue-green-text___1AJCb 5s infinite linear alternate;
}
.text__flashy-text___YkPNd {
@briansokol
briansokol / copylink
Created December 24, 2014 18:02
Put this code in a browser bookmark. Clicking it will create a popup with an html link to the page surrounded by <li> tags. I use this for quickly grabbing page links for podcast notes.