Sha256: d5d6d77e3080917ae96eb96bd77951a25f6b8e05bb94c84b783b4fd30ca10cae

Contents?: true

Size: 689 Bytes

Versions: 24

Compression:

Stored size: 689 Bytes

Contents

// Removes value(s) $value from $list
// -------------------------------------------------------------------------------
// @documentation http://sassylists.com/documentation/#remove
// -------------------------------------------------------------------------------
// @dependence `replace()`
// -------------------------------------------------------------------------------
// @param $list [List] : list
// @param $value [Literal] : value to remove
// @param $recursive [Boolean] : enable / disable recursivity
// -------------------------------------------------------------------------------
// @return [List]

@function remove($list, $value) {
	@return replace($list, $value, null);
}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
flint-gs-1.3.5 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.3.4 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.3.3 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.3.2 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.3.1 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.3.0 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.2.0 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.1.0 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.0.9 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.0.8 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.0.7 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.0.6 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.0.5 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.0.4 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.0.3 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.0.2 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.0.1 stylesheets/flint/functions/lib/_remove.scss
flint-gs-1.0.0 stylesheets/flint/functions/lib/_remove.scss
flint-gs-0.1.7 stylesheets/flint/functions/lib/_remove.scss
flint-gs-0.1.6 stylesheets/flint/functions/lib/_remove.scss