grav-theme-libretic/scss/vendor/bourbon/functions/_golden-ratio.scss
2015-01-15 19:15:54 +01:00

3 lines
100 B
SCSS

@function golden-ratio($value, $increment) {
@return modular-scale($value, $increment, $golden)
}