mirror of
https://github.com/status-im/ETHReport.git
synced 2025-01-09 21:56: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;
|
|
}
|