Skip to content

Commit fd98618

Browse files
committed
Merge pull request #1011 from xzyfer/feat/at-error-feature
Add the at-error feature flag
2 parents 4ebec9a + 170de9c commit fd98618

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)