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

Version Path
jekyll-theme-newtype-0.1.3 _sass/skeleton/base/_functions.scss
jekyll-theme-newtype-0.1.2 _sass/skeleton/base/_functions.scss
jekyll-theme-newtype-0.1.1 _sass/skeleton/base/_functions.scss
jekyll-theme-newtype-0.1.0 _sass/skeleton/base/_functions.scss
blog.sahithyen.com-0.1.2 _sass/base/_functions.scss
flying_dutchman-0.6.0 vendor/assets/stylesheets/skeleton/base/_functions.scss
flying_dutchman-0.5.0 vendor/assets/stylesheets/skeleton/base/_functions.scss
flying_dutchman-0.4.0 vendor/assets/stylesheets/skeleton/base/_functions.scss
flying_dutchman-0.3.0 vendor/assets/stylesheets/skeleton/base/_functions.scss