Sha256: a2487a81ea1601f7c3f802d512c9f37fb4e20fc07e3768c7229a323edfb69da7
Contents?: true
Size: 264 Bytes
Versions: 4
Compression:
Stored size: 264 Bytes
Contents
/** * Convert fixed to fluid width * * @access private * * @param {Number} $target * @param {Number} $context * * @return {Number} * * @group Internal Functions */ @function flint-fluid-width($target, $context) { @return ($target / $context) * 100%; }
Version data entries
4 entries across 4 versions & 1 rubygems