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(atomizer): match 's' usage for justify-content #477

Merged
merged 2 commits into from
Aug 16, 2022

Conversation

carriemorrison
Copy link
Collaborator

@carriemorrison carriemorrison commented Aug 16, 2022

I confirm that this contribution is made under a BSD license and that I have the authority necessary to make this contribution on behalf of its copyright owner.


Hmm this is a fun one, we can't use contentPosition.s = 'start since it seems a long time back 's' was used for stretch instead of st like all the other properties.

https://github.com/acss-io/atomizer/pull/451/files#diff-b791d16fb36949f46d3a573d06f9dfb355562781b8668369f35b746841cbf444R1551

Since this was just added, we could change the value to sta, even though I dislike it...

I'm not sure of a way we can be backwards compat and have consistency...

@vercel
Copy link

vercel bot commented Aug 16, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
acss-site ✅ Ready (Inspect) Visit Preview Aug 16, 2022 at 7:55PM (UTC)

@carriemorrison
Copy link
Collaborator Author

Screen Shot 2022-08-16 at 11 27 25 AM

@redonkulus
Copy link
Contributor

Given its very low usage, I'm ok being consistent and changing the value to match the other properties. I checked internally and we do not use this property.

@carriemorrison
Copy link
Collaborator Author

OK, So I went ahead and remove the old backwards compat rule from the code....

@carriemorrison
Copy link
Collaborator Author

Screen Shot 2022-08-16 at 12 56 25 PM

@redonkulus redonkulus changed the title undo start fix(atomizer): match 's' usage for justify-content Aug 16, 2022
@redonkulus redonkulus merged commit a6231b3 into acss-io:master Aug 16, 2022
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 this pull request may close these issues.

2 participants