Reports an unresolved Sass/SCSS variable reference.

Example:


* {
  margin: $unknown-var;
}