Skip to content

Instantly share code, notes, and snippets.

View ldamon's full-sized avatar

Lydia Damon ldamon

View GitHub Profile
@ldamon
ldamon / suggested-reading.md
Last active August 29, 2015 14:07
Suggested Reading
@ldamon
ldamon / SassMeister-input.scss
Created August 12, 2014 20:21
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
@mixin comprehension-highlight($content-type, $element-type) {
$comprehensions: weak, fair, strong;
&.#{$content-type} {
table {
.lane-titles {
@include position(absolute, 0 0 0 0px);
@include progress(33px, saturate(darken($light-gray, 13%), 8%),
saturate($dark-gray, 18%), 6, h2);
h2 {
@include span-columns(3);
}
}