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

Feature/border grid mixin #1

Merged
merged 3 commits into from Jul 18, 2013
Merged

Feature/border grid mixin #1

merged 3 commits into from Jul 18, 2013

Conversation

ghost
Copy link

@ghost ghost commented Jul 17, 2013

Border Grid Mixin

Provided a new mixin that expands the grids system with the ability to put a border in between the columns. Given a border color and a gutter size between each column, it will add the border halfway between each column within the grid.

Usage

.oban-border-grid-left(@border-color, @gutterSize: 20px)

Notes

Uses generated-content to provide the border, and a mathematical computation to determine the center of the grid gutter. When setting up the grid, you'll typically want the @gutterSize to match your grids gutter.

jgallen23 added a commit that referenced this pull request Jul 18, 2013
@jgallen23 jgallen23 merged commit 4b3a465 into firstandthird:master Jul 18, 2013
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.

None yet

1 participant