I hereby claim:
- I am jstewsy on github.
- I am jstewart (https://keybase.io/jstewart) on keybase.
- I have a public key ASD0R7z_N7NBso3GHTX6GRFpqG5wVuvEjU8mBz5V1NK7ygo
To claim this, I am signing this object:
| /** | |
| * Box Shadow Offsets Helper | |
| * | |
| * helper to build a shadow offsets map based on a size value | |
| */ | |
| @function box-shadow-offsets($size) { | |
| @return ( | |
| top: 0 $size, | |
| right: negative($size) 0, | 
| /** | |
| * material-motion | |
| * | |
| * apply configurable animation enter and exit speed/easing combo for mobile | |
| * and medium view port sizes | |
| */ | |
| $enter-animation-speed: 0.225s; | |
| $enter-animation-speed-medium: 0.300s; | |
| $enter-animation-easing: cubic-bezier(0, 0, 0.2, 1); | 
| /** | |
| * svg-background-image | |
| * | |
| * apply svg/png background-image pattern for IE8 and Android <2.3 support | |
| * uses `linear-gradient` method demostrated here | |
| * https://css-tricks.com/svg-fallbacks/#the-fallbacks | |
| */ | |
| @mixin svg-background-image($image-path: '/', $image-name, $fallback-file-extension: 'png', $repeat: no-repeat) { | |
| background-image: image-url("#{image-path}#{$image-name}.#{$fallback-file-extension}"); | 
I hereby claim:
To claim this, I am signing this object:
| if (! function_exists('elixir')) { | |
| /** | |
| * Get the path to a versioned Elixir file. | |
| * | |
| * @param string $file | |
| * @return string | |
| * | |
| * @throws \InvalidArgumentException | |
| */ | |
| function elixir($file) | 
| { | |
| // THEME | |
| "color_scheme": "Packages/User/SublimeLinter/Solarized (Dark) (SL).tmTheme", | |
| "theme": "Material-Theme.sublime-theme", | |
| // FONT | |
| "font_face": "Monaco", | |
| "font_size": 14.0, | |
| "font_options": | |
| [ | |
| "gray_antialias" | 
| %span.component |