Sha256: e9f30360fe156fa033ea8772970f916bb0c7edc811afee53c093ea650ca0b8dc
Contents?: true
Size: 182 Bytes
Versions: 3
Compression:
Stored size: 182 Bytes
Contents
/** @param $amt The source. * @returns the first digit after the decimal point. */ @function number-decimal($amt) { @return number-round(number-fractional($amt) * 10); }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dashy-0.0.5 | app/assets/stylesheets/dashy/number/_decimal.scss |
dashy-0.0.3 | app/assets/stylesheets/dashy/number/_decimal.scss |
dashy-0.0.4 | app/assets/stylesheets/dashy/number/_decimal.scss |