Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

composes throw stylelint warning #1245

Closed
asimkt opened this issue Apr 8, 2018 · 1 comment
Closed

composes throw stylelint warning #1245

asimkt opened this issue Apr 8, 2018 · 1 comment

Comments

@asimkt
Copy link

asimkt commented Apr 8, 2018

.siteReference {
  /* stylelint-disable */
  composes: phenomicReference;
  /* stylelint-enable */
}

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.

@MoOx
Copy link
Owner

MoOx commented Apr 8, 2018

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).

@MoOx MoOx closed this as completed Apr 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants