mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-29 09:59:35 -05:00
3 lines
74 B
SCSS
Vendored
3 lines
74 B
SCSS
Vendored
@function strip-unit($value) {
|
|
@return ($value / ($value * 0 + 1));
|
|
}
|