Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 198 forks source link

no flexbox? #15

Closed kodmax closed 9 years ago

kodmax commented 10 years ago

@include display-flex() unknow mixin ..

dodozhang21 commented 10 years ago

I second this. We need flexbox mixins. I pulled down the latest version 1.0.2

http://compass-style.org/reference/compass/css3/flexbox/

Igosuki commented 10 years ago

Ok, I'll write a mock for this mixin. I guess this is originally one of the ruby-generated mixins.

dodozhang21 commented 10 years ago

There is also no keyframes or animation?

http://compass-style.org/reference/compass/css3/animation/#mixin-keyframes

michaek commented 10 years ago

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". :)

Igosuki commented 9 years ago

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