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

Fix declaration-block-no-redundant-longhand-properties autofix for transition #6815

Merged
merged 6 commits into from Apr 27, 2023

Conversation

mattxwang
Copy link
Member

Which issue, if any, is this issue related to?

Closes #6812.

Is there anything in the PR that needs further explanation?

This one required some non-trivial CSS spec reading, hence the complicated-ish behaviour!

@changeset-bot
Copy link

changeset-bot bot commented Apr 26, 2023

🦋 Changeset detected

Latest commit: a396db5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
stylelint Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Member

@ybiquitous ybiquitous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattxwang Thanks for the pull request! Please consider addressing my reviews (mainly refactoring).

mattxwang and others added 4 commits April 26, 2023 01:36
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
…ndex.js

Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
@mattxwang
Copy link
Member Author

So sorry for the rushed PR, I got sidetracked (in-person) in the middle of finishing it up - meant to mark it as draft 😅 . Hopefully it wasn't too frustrating to review!

I think I've addressed all of the comments (and slightly changed my approach re: the none special case, after re-reading the spec). Let me know what you think!

Copy link
Member

@ybiquitous ybiquitous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! LGTM 👍🏼

@mattxwang mattxwang merged commit c3a9c9d into main Apr 27, 2023
14 checks passed
@mattxwang mattxwang deleted the fix-decl-block-no-red-lnghnd-prop-transition branch April 27, 2023 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Fix declaration-block-no-redundant-longhand-properties autofix for transition
2 participants