I hereby claim:
- I am joshmatz on github.
- I am joshmatz (https://keybase.io/joshmatz) on keybase.
- I have a public key whose fingerprint is DB07 283B D5A8 4052 DF79 E114 9941 62C1 FF17 D60E
To claim this, I am signing this object:
| // Generated on 2014-07-08 using generator-angular 0.9.3 | |
| 'use strict'; | |
| // # Globbing | |
| // for performance reasons we're only matching one level down: | |
| // 'test/spec/{,*/}*.js' | |
| // use this if you want to recursively match all subfolders: | |
| // 'test/spec/**/*.js' | |
| var modRewrite = require('connect-modrewrite'); |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * Supports lists as a parameter for use when you want to select multiple media queries. | |
| * @include respond-to(palm, phablet, lap) { .sub-nav { display: none; }} | |
| */ | |
| @mixin respond-to($media...) { | |
| $response-count: 0; | |
| $query: ''; | |
| @each $medium in $media { |
| /* | |
| // Generate default grid | |
| // | |
| $total-columns: 12; | |
| $column-width: 60px; | |
| $gutter: 24px; | |
| $column-name: span; | |
| $normal-width: ($total-columns * $column-width) + (($total-columns - 1) * $gutter); // use for media query | |
| @include grid-generator($total-columns, $column-width, $gutter, $column-name); |