hudochenkov / postcss-styled-syntax

PostCSS syntax for CSS-in-JS like styled-components
MIT License
74 stars 4 forks source link

Autofix not working when Interpolations exist #22

Closed lashawty closed 1 year ago

lashawty commented 1 year ago
截圖 2023-09-25 下午12 57 20

Hi, auto fix is not working in the context I mentioned in the screenshot above, is there any way to fix this?

Thanks for your time again.

hudochenkov commented 1 year ago

I think this issues reported in the wrong repository. I would assume that it is about stylelint-order. Then the answer is in the readme:

CSS-in-JS styles with template interpolation could be ignored by autofixing to avoid style corruption.

lashawty commented 1 year ago

Thanks for the remind.