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

Let grid mixins to pass columns total as parameter #13965

Closed
wants to merge 1 commit into from

Conversation

kapooostin
Copy link

Arbitrary simultaneous grids and uneven columns

  • Add the total amount of columns in a grid to grid mixins as a parameter
  • Use global variable @grid-columns as default value for backward compatibility

Closes #13959

Arbitrary simultaneous grids and uneven columns

- Add the total amount of columns in a grid to grid mixins as a parameter
- Use global variable @grid-columns as default value for backward compatibility
@cvrebert cvrebert added this to the v3.3.0 milestone Jun 27, 2014
@mdo
Copy link
Member

mdo commented Jun 28, 2014

I'd rather just knock this off in v4 to be honest. The addition of the third parameter makes for a slightly awkward implementation with the columns, gutter, total columns ordering. Also, our grid mixins duplicate a lot of code and we need to split them apart a bit more I believe.

@mdo
Copy link
Member

mdo commented Jun 29, 2014

Thinking more about it, yeah, let's punt to v4.

@mdo mdo closed this Jun 29, 2014
@mdo mdo removed this from the v3.3.0 milestone Jun 29, 2014
@kapooostin
Copy link
Author

Okay. Is v4 already in development?

@mdo
Copy link
Member

mdo commented Jun 29, 2014

Nope, but hopefully soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arbitrary grids and nesting
3 participants