Sha256: 1a7143efd2311437d03a3c8477b896b4f29ba0db52b44ccc53b2ac565bce1d23

Contents?: true

Size: 298 Bytes

Versions: 6

Compression:

Stored size: 298 Bytes

Contents

/**
 * Remove value from list
 *
 * @access private
 *
 * @link http://sassylists.com/documentation/#remove
 *
 * @param {List} $list
 * @param {*}    $value
 * @param {Bool} $recursive
 *
 * @return {List}
 */
@function flint-remove($list, $value) {
	@return flint-replace($list, $value, null);
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
flint-gs-2.0.2 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.0.1 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.0.0 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.0.0.rc.4 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.0.0.rc.3 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.0.0.rc.2 stylesheets/flint/functions/lib/_remove.scss