Skip to content

Instantly share code, notes, and snippets.

View ldamon's full-sized avatar

Lydia Damon ldamon

View GitHub Profile
.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);
}
}