Skip to content

Commit 5b111cf

Browse files
committed
Add the units-level-3 feature flag
1 parent fd98618 commit 5b111cf

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
@@ -149,7 +149,8 @@ namespace Sass {
149149
// features
150150
static set<string> features {
151151
"global-variable-shadowing",
152-
"at-error"
152+
"at-error",
153+
"units-level-3"
153154
};
154155

155156
////////////////

0 commit comments

Comments
 (0)