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