Skip to content

Instantly share code, notes, and snippets.

@thewolff
thewolff / SassMeister-input-HTML.html
Created March 4, 2015 22:10
Generated by SassMeister.com.
<ul><li>animation-delay: 0</li><li>animation-delay: 0.5</li><li>animation-delay: 1</li><li>animation-delay: 2</li><li>animation-delay: 2.5</li><li>animation-delay: 3</li><li>animation-delay: 4</li><li>animation-delay: 4.5</li><li>animation-delay: 5</li><li>animation-delay: 6</li></ul>
@thewolff
thewolff / SassMeister-input-HTML.html
Created March 4, 2015 22:03
Generated by SassMeister.com.
<ul><li>animation-delay: 0</li><li>animation-delay: 0.5</li><li>animation-delay: 1</li><li>animation-delay: 2</li><li>animation-delay: 2.5</li><li>animation-delay: 3</li><li>animation-delay: 4</li><li>animation-delay: 4.5</li><li>animation-delay: 5</li><li>animation-delay: 6</li></ul>
// Responsive shizzle
@media (max-width: 767px) {
// Modals
.modal {
position: absolute;
top: 20px;
left: 20px;
right: 20px;
width: auto;
@thewolff
thewolff / dabblet.css
Created March 2, 2012 14:58
Kellum Image Replacement
/**
* Kellum Image Replacement
* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/
*/
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}