You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: