Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report warnings if the weren't fixed by autofix in order #85

Closed
hudochenkov opened this issue Jun 29, 2019 · 0 comments
Closed

Report warnings if the weren't fixed by autofix in order #85

hudochenkov opened this issue Jun 29, 2019 · 0 comments
Labels

Comments

@hudochenkov
Copy link
Owner

Similar to the properties-order order should report warning which weren't fixed by autofix. It could happen in CSS-in-JS, if rule has interpolations. Then postcss-sorting will skip it to not break the users code.

{ order: ['declarations', 'rules'] }
const Component = styled.div`
	a {
		color: blue;
	}
	${interpolation}
	color: tomato;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant