stylesheets/singularitygs/helpers/_find.scss in singularitygs-1.2.3 vs stylesheets/singularitygs/helpers/_find.scss in singularitygs-1.3.0
- old
+ new
@@ -27,10 +27,9 @@
// If a user object has been passed in, bypass the whole function and just return that object.
@if $user-object != null and $user-object != false {
@return $user-object;
}
- $Deprecate-Warning: singularity-deprecation-warning();
$Length: length($haystack);
$Mobile-First: sgs-get('mobile first');
// Haystack must be map
@if type-of($haystack) != 'map' {
\ No newline at end of file