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

Fixed missing prefixes and added non-standard property for moz in column-break mixin #1566

Closed
wants to merge 22 commits into from

Conversation

cimmanon
Copy link

This fixes issue #1561.

cimmanon and others added 22 commits April 25, 2013 17:09
When emitting the @box properties for flex-direction, setting `box-direction: normal` is almost always unnecessary.  Leaving it set to `true` for now so that it doesn't break the tests.
The `box-flex` property from the 2009 draft seems like it lines up better with the modern `flex` property than either `flex-shrink` or `flex-grow`, especially since the @flexbox draft doesn't have `flex-shrink` or `flex-grow` properties.
…eneral

Rather than hiding only the `normal` value, I've modified it to always suppress, never suppress, suppress `normal`, or suppress `reverse`.
…ex-legacy-direction`

Instead of expressing `$suppress: true`, it is now `$direction: false`.  Seems more logical this way.  Variable name is more consistent with the other variables in this module.
Conflicts:
	frameworks/compass/stylesheets/compass/css3/_flexbox.scss
	test/fixtures/stylesheets/compass/css/flexbox.css
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.

None yet

2 participants