JetBrains Rider 2018.2 Help

Code Inspections in Less

Inspection

Description

Default 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: 21 December 2018