JetBrains Rider 2018.1 Help

Code Inspections in Less

InspectionDescriptionDefault Severity
Unresolved variable

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

Warning
Unresolved mixin

This inspection warns about less mixin invocation which can't be resolved to any valid target.

Warning
Resolved by name only

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

Weak warning
Last modified: 20 August 2018