hugo-theme-almeida/assets/scss/_functions.scss

3 lines
67 B
SCSS
Raw Normal View History

2020-08-16 12:21:35 +00:00
@function paper_height($width) {
@return $width / 0.70695553;
}