Skip to content

Commit 4689843

Browse files
committed
Merge pull request #1013 from xzyfer/feat/units-level-3-feature
Add the units-level-3 feature flag
2 parents fd98618 + 5b111cf commit 4689843

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)