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

Update @mixin flex() to accomodate box-flex #12

Merged
merged 1 commit into from
Mar 18, 2014

Conversation

jeffkamo
Copy link
Contributor

So the previous pull request #11 was actually broken.

The output of @mixin flex() when given a list wasn't filling out all the properties correctly.

This PR should fix that, and ensure that all box-flex properties are filled out appropriately too!

Now both, for example, @include flex(10, 5, 100px) and @include flex(10 5 100px) work!

So the previous pull request mastastealth#11 was actually broken.

The output of `@mixin flex()` when given a list wasn't filling out all the properties correctly.

This PR should fix that, and ensure that all box-flex properties are filled out appropriately too!

Now both, for example, `@include flex(10, 5, 100px)` and `@include flex(10 5 100px)` work!
@kpeatt
Copy link
Contributor

kpeatt commented Mar 15, 2014

Yeah, I went over this with @jeffkamo. My PR was bunk. This is much better!

@kpeatt
Copy link
Contributor

kpeatt commented Mar 17, 2014

@mastastealth My PR was bad; this should get poked at as soon as possible.

@mastastealth
Copy link
Owner

Sorry, currently on a trip and didn't catch this till now!

mastastealth added a commit that referenced this pull request Mar 18, 2014
Update @mixin flex() to accomodate box-flex
@mastastealth mastastealth merged commit f87ef7f into mastastealth:master Mar 18, 2014
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

3 participants