Sha256: c5012789b51b416789cb2f9a63decbd41487abb880c9a7f79e49c7f262d740b1

Contents?: true

Size: 622 Bytes

Versions: 37

Compression:

Stored size: 622 Bytes

Contents

///
/// Removes value(s) `$value` from `$list`.
///
/// @ignore Documentation: http://at-import.github.io/SassyLists/documentation/#function-sl-remove
///
/// @requires sl-replace
///
/// @param {List}    $list      - list to update
/// @param {*}       $value     - value to remove
///
/// @example
/// sl-remove(a b c, a)
/// // b c
///
/// @return {List}
///

@function sl-remove($list, $value) {
  $_: sl-missing-dependencies('sl-replace');

  @return sl-replace($list, $value, null);
}

///
/// @requires sl-remove
/// @alias sl-remove
///

@function sl-without($list, $value) {
  @return sl-remove($list, $value);
}

Version data entries

37 entries across 37 versions & 7 rubygems

Version Path
foundation-rails-6.9.0.0 vendor/assets/_vendor/sassy-lists/stylesheets/functions/_remove.scss
foundation-rails-6.6.2.0 vendor/assets/_vendor/sassy-lists/stylesheets/functions/_remove.scss
bedrock_sass-0.2.2 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss
foundation-rails-6.6.1.0 vendor/assets/_vendor/sassy-lists/stylesheets/functions/_remove.scss
foundation-rails-6.5.3.0 vendor/assets/_vendor/sassy-lists/stylesheets/functions/_remove.scss
bedrock_sass-0.2.1 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss
foundation-rails-6.5.1.0 vendor/assets/_vendor/sassy-lists/stylesheets/functions/_remove.scss
locomotivecms_wagon-2.4.1 generators/foundation/public/stylesheets/foundation6/vendor/sassy-lists/stylesheets/functions/_remove.scss
bedrock_sass-0.2.0 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss
locomotivecms_wagon-2.4.0 generators/foundation/public/stylesheets/foundation6/vendor/sassy-lists/stylesheets/functions/_remove.scss
foundation-rails-6.4.3.0 vendor/assets/_vendor/sassy-lists/stylesheets/functions/_remove.scss
bedrock_sass-0.1.9 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss
bedrock_sass-0.1.8 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss
bedrock_sass-0.1.7 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss
bedrock_sass-0.1.6 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss
bedrock_sass-0.1.5 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss
bedrock_sass-0.1.4 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss
bedrock_sass-0.1.3 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss
bedrock_sass-0.1.2 assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss
foundation-rails-6.4.1.3 vendor/assets/_vendor/sassy-lists/stylesheets/functions/_remove.scss