Code Inspections in PostCSS
This topic lists all JetBrains Rider code inspections available in PostCSS.
You can toggle specific inspections or change their severity level on the Editor | Inspection Settings | Inspection Severity | Other Languages settings page CtrlAlt0S.
Inspection | Description | Default Severity |
---|---|---|
Invalid custom media | Reports a syntax error in a PostCSS Custom Media query. Example:
| |
Invalid custom selector | Reports a syntax error in PostCSS Custom Selector. Example:
| |
Invalid media query range | Checks range context syntax, which may alternatively be used for media features with a 'range' type. Example:
| |
Invalid nested rule | Reports a nested style rule whose syntax doesn't comply with the PostCSS Nested or the PostCSS Nesting specification. Example:
| |
Unresolved CSS module value | Reports an unresolved reference to a CSS Module Value ( Example:
|