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 Settings/Preferences Ctrl+Alt+S.
Inspection | Description | Default Severity |
---|---|---|
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. | ![]() |
Unresolved mixin | This inspection warns about sass/scss mixins references which can't be resolved to any valid target. | ![]() |
Unresolved placeholder selector | This inspection warns about sass/scss placeholder selector references which can't be resolved to any valid target. | ![]() |
Unresolved variable | This inspection warns about sass/scss variable references which can't be resolved to any valid target. | ![]() |