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