Skip to content

Commit 52a242f

Browse files
committed
Add custom-property feature flag
1 parent efd97da commit 52a242f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/functions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ namespace Sass {
222222
"global-variable-shadowing",
223223
"extend-selector-pseudoclass",
224224
"at-error",
225-
"units-level-3"
225+
"units-level-3",
226+
"custom-property"
226227
};
227228

228229
////////////////

0 commit comments

Comments
 (0)