Sha256: c1b01ce34326683fc5d30b02d86a16c321b0164727209f44b000a69606102b9b
Contents?: true
Size: 452 Bytes
Versions: 9
Compression:
Stored size: 452 Bytes
Contents
/* * Skeleton V2.0.4 * Copyright 2014, Dave Gamache * www.getskeleton.com * Free to use under the MIT license. * http://www.opensource.org/licenses/mit-license.php * 12/9/2014 * Sass Version by Seth Coelen https://github.com/whatsnewsaes */ @function grid-column-width($n) { @return $column-width * $n - ($column-margin*($total-columns - $n)/$total-columns); } @function grid-offset-length($n) { @return grid-column-width($n) + $column-margin; }
Version data entries
9 entries across 9 versions & 3 rubygems