Skip to content

Commit 170de9c

Browse files
committed
Add the at-error feature flag
1 parent b87f4c7 commit 170de9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

functions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ namespace Sass {
148148

149149
// features
150150
static set<string> features {
151-
"global-variable-shadowing"
151+
"global-variable-shadowing",
152+
"at-error"
152153
};
153154

154155
////////////////

0 commit comments

Comments
 (0)