Sha256: 8837576380b6dcadded74b3da1ff81fc43a59ce89ae3f073a10c37119bd28495
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
// Convert fixed to fluid width //-------------------------------------------------------------------------------- // @param $target [number] : target // @param $context [number] : context // ------------------------------------------------------------------------------- // @return [number] @function flint-fluid-width($target, $context) { @return ($target / $context) * 100%; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flint-gs-1.7.1 | stylesheets/flint/functions/lib/_fluid-width.scss |