mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-12-23 18:10:23 -05:00
4 lines
74 B
SCSS
4 lines
74 B
SCSS
|
@function strip-unit($value) {
|
||
|
@return ($value / ($value * 0 + 1));
|
||
|
}
|