/* * 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; }