///
/// 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%;
}
