hypothetical/resources/assets/sass/functions/_strip-unit.scss

3 lines
74 B
SCSS
Vendored

@function strip-unit($value) {
@return ($value / ($value * 0 + 1));
}