Sha256: dfbbd3a9cc2dea88833e4a9865d02f3a144a1af57ad0fefb9e481c60fb3835a3
Contents?: true
Size: 95 Bytes
Versions: 5
Compression:
Stored size: 95 Bytes
Contents
// Strip the unit from a value. @function strip-unit($num) { @return $num / ($num * 0 + 1); }
Version data entries
5 entries across 5 versions & 1 rubygems