mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-10 03:26:38 -05:00
4 lines
100 B
SCSS
4 lines
100 B
SCSS
|
@function px2rem($size) {
|
||
|
@return ((strip-unit($size) / strip-unit($base-font-size)) * 1rem);
|
||
|
}
|