We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663f94e commit 7805af8Copy full SHA for 7805af8
src/operators.cpp
@@ -59,7 +59,7 @@ namespace Sass {
59
{
60
deprecated(
61
"The operation `" + lsh + " " + sass_op_to_name(op) + " " + rhs +
62
- "` is deprecated and will be an error in future versions.",
+ "` is deprecated and will be an error in future versions.",
63
"Consider using Sass's color functions instead.\n"
64
"http://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions",
65
/*with_column=*/false, pstate);
0 commit comments