Skip to content

Commit

Permalink
ignore CSS function contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
volker committed Nov 15, 2023
1 parent af6d927 commit 6e9f15c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/inet/sass/parser/LexicalUnitImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ public SassListItem evaluateFunctionsAndExpressions( ScssContext context, boolea
// log unknown functions
switch( functionName.toLowerCase() ) {
case "brightness":
case "contrast":
case "counters":
case "hsl":
case "hsla":
Expand Down

0 comments on commit 6e9f15c

Please sign in to comment.