thoughtbot mixin library http://bourbon.io
thoughtbot responsive grid framework http://neat.bourbon.io
thoughtbot base styles http://bitters.bourbon.io/
thoughtbot patterns and components
thoughtbot mixin library http://bourbon.io
thoughtbot responsive grid framework http://neat.bourbon.io
thoughtbot base styles http://bitters.bourbon.io/
thoughtbot patterns and components
| // ---- | |
| // 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); | |
| } | |
| } |