Quick media object demo utilizing the "padding-bottom" hack originally found here.
A Pen by Rafal Klimek on CodePen.
Quick media object demo utilizing the "padding-bottom" hack originally found here.
A Pen by Rafal Klimek on CodePen.
| // ---- | |
| // Sass (v3.4.14) | |
| // Compass (v1.0.3) | |
| // ---- | |
| @function map-fetch($map, $keys) { | |
| $key: nth($keys, 1); | |
| $length: length($keys); | |
| $value: map-get($map, $key); | |
| @if ($length > 1) { |
| // ---- | |
| // Sass (v3.4.14) | |
| // Compass (v1.0.3) | |
| // ---- | |
| @function map-fetch($map, $keys) { | |
| $key: nth($keys, 1); | |
| $length: length($keys); | |
| $value: map-get($map, $key); | |
| @if ($length > 1) { |