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

margin and aspectRatio convention options #62

Open
1wheel opened this issue Sep 26, 2018 · 1 comment
Open

margin and aspectRatio convention options #62

1wheel opened this issue Sep 26, 2018 · 1 comment

Comments

@1wheel
Copy link
Collaborator

1wheel commented Sep 26, 2018

aspectRatio: set height equal to width/aspectRatio

margin: 0 equivalent to margin: {top: 0, left: 0, bottom: 0, right: 0}

@1wheel
Copy link
Collaborator Author

1wheel commented May 20, 2020

Not sure if these are better, I just don't like writing out the whole object...

margin: {t: 5, r: 10, b: 15, l: 20}

margin: [5, 10, 15, 20]

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

No branches or pull requests

1 participant