You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
std::string msg("The operation `" + lsh + "" + op_str + "" + rhs + "` is deprecated and will be an error in future versions.");
68
+
std::string tail("Consider using Sass's color functions instead.\nhttp://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions");
69
+
70
+
deprecated(msg, tail, false, pstate);
71
+
}
72
+
57
73
/* static function, throws OperationError, has no traces but optional pstate for returned value */
0 commit comments