This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Spanish pigs can fly!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img { | |
@include filter(grayscale(100%)); | |
&:hover { | |
@include filter(grayscale(0)); | |
} | |
} | |
@mixin box-emboss($outerOpacity, $innerOpacity) { | |
box-shadow: | |
rgba(white, $outerOpacity) 0 1px 0, |