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