Sha256: 25ccf3b5b6f9606da1508e6d83e41bc5faf97c71cf519d5b2be0ba252c9892d7

Contents?: true

Size: 343 Bytes

Versions: 15

Compression:

Stored size: 343 Bytes

Contents

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
flint-gs-2.3.6 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.3.5 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.3.4 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.3.3 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.3.2 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.3.1 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.3.0 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.2.0 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.1.4 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.1.3 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.1.2 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.1.1 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.1.0 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.0.9 stylesheets/flint/functions/lib/_remove.scss
flint-gs-2.0.8 stylesheets/flint/functions/lib/_remove.scss