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

Detect padding from CSS or allow padding function #2

Closed
mhkeller opened this issue Aug 15, 2018 · 0 comments
Closed

Detect padding from CSS or allow padding function #2

mhkeller opened this issue Aug 15, 2018 · 0 comments

Comments

@mhkeller
Copy link
Owner

Currently we follow the D3 convention of passing in an object setting up the padding rules. This works fine but often you want to change the padding on mobile. We could do it where you pass in a function that gets the new width or maybe it's better to grab the CSS padding on the container itself and use that instead of having this object at all.

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