Skip to content

Instantly share code, notes, and snippets.

"Spanish pigs can fly!"
KNOWN ELEMENTS
------------------------------------------- -----
Numbers needed 200
Age Range 1
How often do you need rats? 4
What genders are needed 1
Breeding scheme 1
Fudge Factor 1.1
The number of rats needed to produce weekly 220
Average number of pups weened per litter 8
@damoaust
damoaust / custom_mixins.scss
Created October 7, 2012 23:10
@mixin examples from css-tricks
img {
@include filter(grayscale(100%));
&:hover {
@include filter(grayscale(0));
}
}
@mixin box-emboss($outerOpacity, $innerOpacity) {
box-shadow:
rgba(white, $outerOpacity) 0 1px 0,