Closed taylon closed 5 years ago
Sorry for a late response. I recently started using Styled Components myself. I'll try to add support for it.
@hudochenkov I saw you added the help wanted label. I can help you with it, as this is a blocker for one of my projects.
@ianvieira It would be great! Thank you!
Released in 2.1.0
.
Hi, I'm not sure if it is a problem with postcss-jsx, stylelint itself or stylelint-order but I thought I would mention anyway and maybe we can at least get some idea about where the problem is coming from.
Example:
Using Stylelint out of the box (meaning postcss-jsx):
$ stylelint --print-config
> https://pastebin.com/zJZfxK2WUsing Stylelint with stylelint-processor-styled-components (which is bad since no --fix):
stylelint --print-config
> https://pastebin.com/0dzyRrDG (same thing, except that processor enabled)