Scan fails with “SCSS parser failure” on several SCSS files

Versions Used (SonarQube Community Edition Version 7.9.1 (build 27448), SonarQube (SCSS))

Error observed:
Scan fails with “SCSS parser failure” on several SCSS files.

@include media(slice($conditions, 2)...) {
  @content;
}

Parse error at line 562 column 43

We are using the Spread operator to perform multiple conditions.

file used https://raw.githubusercontent.com/eduardoboucas/include-media/master/dist/_include-media.scss

Hi,

Which version of CSS analyzer is used in SonarQube? (if not the latest, 1.1, try to upgrade)
Do you confirm that scan does not fail, but error log is printed?
Can you share full logs?