0

I am trying to use the css3/flexbox mixin and I want compass to handle all the -ms prefixing and variants for IE10. Does anyone know how to to configure compass for this? All it pumps out is -webkit-flex, and I want it to do -ms-flex.

httpete
  • 2,765
  • 26
  • 34

1 Answers1

-1

I am just using bower install sass-flex-mixins. That package does exactly what I need without a lot of compass black box magic. I can use the mixins, and it works in IE10 and up no problem.

httpete
  • 2,765
  • 26
  • 34