JetBrains Rider 2018.1 Help

Code Inspections in Sass/SCSS

InspectionDescriptionDefault Severity
Unresolved mixin

This inspection warns about sass/scss mixins references which can't be resolved to any valid target.

Warning
Unresolved placeholder selector

This inspection warns about sass/scss placeholder selector references which can't be resolved to any valid target.

Warning
Unresolved variable

This inspection warns about sass/scss variable references which can't be resolved to any valid target.

Warning
Resolved by name only

This inspection warns about SASS/SCSS elements that are not imported explicitly and resolved through all project SASS or SCSS files only by name.
You have no guaranties that these elements will be resolved at the production.

Weak warning
Last modified: 20 August 2018