Sha256: 8a1c386c3204d5eb71c4d242ff89158e2479629a8c511d77600f604ef0f9bfcd
Contents?: true
Size: 372 Bytes
Versions: 24
Compression:
Stored size: 372 Bytes
Contents
// Convert fixed to fluid width //-------------------------------------------------------------------------------- // @param $target [Value] : target // @param $context [Value] : context // ------------------------------------------------------------------------------- // @return [Value] @function fluid-width($target, $context) { @return ($target / $context) * 100%; }
Version data entries
24 entries across 24 versions & 1 rubygems