Sha256: fbfaeda82b2c8bd7563310d15ce793fae3078cf5129c86f87093b50569058502
Contents?: true
Size: 246 Bytes
Versions: 10
Compression:
Stored size: 246 Bytes
Contents
// ------------------------------------------------------------------- // // Strip Units from a value // ------------------------------------------------------------------- // @function strip-units($value){ @return $value / ($value * 0 + 1) }
Version data entries
10 entries across 10 versions & 1 rubygems