-
-
Notifications
You must be signed in to change notification settings - Fork 645
Closed
Labels
A-DiagnosticArea: diagnostocisArea: diagnostocisL-CSSLanguage: CSSLanguage: CSSgood first issueGood for newcomersGood for newcomers
Description
The current implementation of noUnknownProperty
raises an error for the composes property, which is a part of the CSS Modules syntax (refer to CSS Modules Documentation). We need to modify the implementation so that it does not raise an error for the composes property if the css_modules option is enabled.
.className {
color: green;
background: red;
}
.otherClassName {
composes: className;
color: yellow;
}
Metadata
Metadata
Assignees
Labels
A-DiagnosticArea: diagnostocisArea: diagnostocisL-CSSLanguage: CSSLanguage: CSSgood first issueGood for newcomersGood for newcomers