Closed kodmax closed 9 years ago
I second this. We need flexbox mixins. I pulled down the latest version 1.0.2
Ok, I'll write a mock for this mixin. I guess this is originally one of the ruby-generated mixins.
There is also no keyframes or animation?
http://compass-style.org/reference/compass/css3/animation/#mixin-keyframes
We've been adding mixins we use as we come across them. I certainly haven't tried for full coverage of Compass.
Flexbox is in Compass, but we don't have it in compass-mixins. See https://github.com/Igosuki/compass-mixins/tree/master/lib/compass/css3 vs https://github.com/Compass/compass/tree/stable/core/stylesheets/compass/css3 Adding it may be sufficient - pull requests are welcome!
It does look like animation here may be out of step with Compass, but let's make a separate issue for it. I wouldn't want to see "no flexbox?" turn into a grab-bag of "X isn't in compass-mixins yet". :)
Flexbox has been implemented in v0.12.7 see https://github.com/Igosuki/compass-mixins/pull/30 , moreover a better implementation is coming with the newer compass
@include display-flex() unknow mixin ..