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.
2 parents c81a8e5 + 6d23160 commit 2c22d56Copy full SHA for 2c22d56
src/fn_miscs.cpp
@@ -76,10 +76,10 @@ namespace Sass {
76
}
77
78
79
- Signature feature_exists_sig = "feature-exists($name)";
+ Signature feature_exists_sig = "feature-exists($feature)";
80
BUILT_IN(feature_exists)
81
{
82
- std::string s = unquote(ARG("$name", String_Constant)->value());
+ std::string s = unquote(ARG("$feature", String_Constant)->value());
83
84
static const auto *const features = new std::unordered_set<std::string> {
85
"global-variable-shadowing",
0 commit comments