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

flex-flow and flex-direction are backwards #385

Closed
simon-paris opened this issue Sep 20, 2024 · 1 comment · Fixed by #386
Closed

flex-flow and flex-direction are backwards #385

simon-paris opened this issue Sep 20, 2024 · 1 comment · Fixed by #386

Comments

@simon-paris
Copy link

flex-direction is overridden by flex-flow , they should never appear in that order.

Placing these two properties in that order will always cause this error: Unexpected shorthand "flex-flow" after "flex-direction" (declaration-block-no-shorthand-property-overrides). And applying the autofix in this case could break things.

@stormwarning
Copy link
Owner

Nice catch! I'll try have a fix out for that this weekend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants