Sha256: 2589e6377946fa1d23834464693330eb1fece5c513d874951dea4f5c491bddc9
Contents?: true
Size: 123 Bytes
Versions: 1
Compression:
Stored size: 123 Bytes
Contents
// Srtips the units from a value. e.g. 12px -> 12 @function strip-units($val) { @return ($val / ($val * 0 + 1)); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hanuman-0.4.0 | _sass/bourbon/functions/_strip-units.scss |