1
0
mirror of https://github.com/kidoman/embd synced 2025-02-11 05:03:18 +01:00
2014-03-31 06:33:08 +05:30

6 lines
116 B
SCSS

// Strip out units to do math functions.
@function strip-units($number) {
@return $number / ($number * 0 + 1);
}