Sha256: 2be27c0aa4aca77a2d5d4adba8c42decb93d90afca35a5b6c2a812e82fd04977
Contents?: true
Size: 540 Bytes
Versions: 28
Compression:
Stored size: 540 Bytes
Contents
////////////////////////////// // "Natural Language" Parsing // // Keywords: // span: Column Span // at: Column Location // of: Context // gutters: Gutters // output: Output ////////////////////////////// @mixin span($input) { $span: nth($input, 1); $location: parse-span-list('at', $input); $context: parse-span-list('of', $input); $gutter: parse-span-list('gutters', $input); $output: parse-span-list('output', $input); @include grid-span($span, $location, $context, $gutter, $output) }
Version data entries
28 entries across 28 versions & 2 rubygems