I hereby claim:
- I am atleb on github.
- I am atleb (https://keybase.io/atleb) on keybase.
- I have a public key whose fingerprint is 43DA F61E B730 5E21 22A6 0E32 4593 A4BA 1023 3825
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // ---- | |
| // Sass (v3.3.14) | |
| // Compass (v1.0.1) | |
| // ---- | |
| // FVN color palette current and old variations | |
| $f-black: #333; | |
| $f-darkGray: #999; | |
| $f-lightGray: #ededed; | |
| $f-white: #fff; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="http://code.jquery.com/jquery-2.1.1.min.js"></script> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| <style id="jsbin-css"> | |
| .df-group{ | |
| border-top: 2px solid blue; | |
| margin-bottom; 10px; |
| // ---- | |
| // Sass (v3.4.4) | |
| // Compass (v1.0.1) | |
| // ---- | |
| @function map-fetch($map, $keys) { | |
| $key: nth($keys, 1); | |
| $length: length($keys); | |
| $value: map-get($map, $key); | |
| @if ($length > 1) { |