Sha256: f5700a50efd767cc3a4a5fe9e4ae5131f911f405ea157de0ba47f4e6ef78a6d5
Contents?: true
Size: 577 Bytes
Versions: 3
Compression:
Stored size: 577 Bytes
Contents
// Removes value(s) $value from $list // ------------------------------------------------------------------------------- // @documentation http://sassylists.com/documentation/#remove // ------------------------------------------------------------------------------- // @param $list [list] : list // @param $value [literal] : value to remove // @param $recursive [bool] : enable / disable recursivity // ------------------------------------------------------------------------------- // @return [list] @function remove($list, $value) { @return replace($list, $value, null); }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flint-gs-1.6.5 | stylesheets/flint/functions/lib/_remove.scss |
flint-gs-1.6.4 | stylesheets/flint/functions/lib/_remove.scss |
flint-gs-1.6.3 | stylesheets/flint/functions/lib/_remove.scss |