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

Padding? #25

Closed
Snugug opened this issue Jul 27, 2012 · 3 comments
Closed

Padding? #25

Snugug opened this issue Jul 27, 2012 · 3 comments

Comments

@Snugug
Copy link
Member

Snugug commented Jul 27, 2012

What is the purpose of specifying padding as part of the grid definition? Is was my assumption that that's what the gutters were for, and if additional padding was needed, a per-element padding would be added. Is it to help with calculations of widths? If so, thoughts on using border-box and not having this issue? Just a little confused as to the thinking here.

@scottkellum
Copy link
Member

Already uses border-box and asymmetric padding is included with the column width list so it is easier to keep track of what padding is going with what column.

I really like having padding tied to the grid. It keeps the text lined up nicely. You could of coarse write your own. For people who want fixed-width gutters, padding presents a good option for that as well.

@Snugug
Copy link
Member Author

Snugug commented Jul 27, 2012

Interesting, okay. Sorry for the onslaught of issues, trying to fully grok Singularity so I'm better prepared to recommend it/contribute.

@scottkellum
Copy link
Member

It’s cool, enjoy the help :)

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

2 participants