Skip to content

Commit 6e9f15c

Browse files
author
volker
committed
ignore CSS function contrast
1 parent af6d927 commit 6e9f15c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/inet/sass/parser/LexicalUnitImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ public SassListItem evaluateFunctionsAndExpressions( ScssContext context, boolea
680680
// log unknown functions
681681
switch( functionName.toLowerCase() ) {
682682
case "brightness":
683+
case "contrast":
683684
case "counters":
684685
case "hsl":
685686
case "hsla":

0 commit comments

Comments
 (0)