mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-03 18:13:59 +00:00
5 lines
89 B
SCSS
5 lines
89 B
SCSS
|
// px to rem
|
||
|
@function calculateRem($size) {
|
||
|
@return $size / $body-font-size * 1rem;
|
||
|
}
|