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
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
Without disabling stylelint a composes property of CSS-modules will throw a warning saying: " ⚠ Unexpected unknown property "composes" (property-no-unknown) [stylelint]"
I think we should change the stylelint config to add composes support.
The text was updated successfully, but these errors were encountered:
This problem is related to 0.x.
You can probably handle this by yourself by changing your stylelint config, right?
1.x doesn't imposes anything like this (not even stylelint) and all my current effort are spend on releasing this version as stable. I don't want to spend time on this kind of issues (I will only accept bugfixes for 0.x).
Hope you understand the situation.
(Before you ask, 1.0 will provide a migration guide).
Without disabling stylelint a
composes
property of CSS-modules will throw a warning saying: " ⚠ Unexpected unknown property "composes" (property-no-unknown) [stylelint]"I think we should change the stylelint config to add
composes
support.The text was updated successfully, but these errors were encountered: