ETHReport/assets/styles/base/functions.scss

5 lines
89 B
SCSS
Raw Normal View History

2018-06-27 13:06:10 +00:00
// px to rem
@function calculateRem($size) {
@return $size / $body-font-size * 1rem;
}