Code Inspections in Sass/SCSS
This topic lists all PhpStorm code inspections available in Sass/SCSS.
You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settings Ctrl+Alt+S.
Inspection | Description | Default Severity |
---|---|---|
Reports a reference to a variable, mixin, or function that is declared in another file but this file isn't explicitly imported in the current file. | Weak warning | |
Reports an unresolved Sass/SCSS mixin reference. | Warning | |
Reports an unresolved Sass/SCSS placeholder selector reference. | Warning | |
Reports an unresolved Sass/SCSS variable reference. | Warning |