Skip to content

Instantly share code, notes, and snippets.

@binary-solo
binary-solo / SassMeister-input.scss
Created June 15, 2015 12:33
Generated by SassMeister.com.
// ----
// 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) {
@binary-solo
binary-solo / SassMeister-input.scss
Created June 15, 2015 12:15
Generated by SassMeister.com.
// ----
// 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) {
@binary-solo
binary-solo / A-Pen-by-Rafal-Klimek.markdown
Last active December 23, 2015 17:38
A Pen by Rafal Klimek.

Responsive media object with the "padding-bottom" hack

Quick media object demo utilizing the "padding-bottom" hack originally found here.

A Pen by Rafal Klimek on CodePen.

License.