Maybe anybody has a hint for me and helps me saving time going through a jungle. I installed the sass/compass GUI "scout" (on mac) and now I want to use the compass mixin for my flexboxes.
I can @import "compass/css3"; but the needed mixins are not available: e.g.: @include display-flex; does not work then. when I look into this folder :
Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/css3
I don't see a flex-box file there. searching the folder's files for "display-flex" does not lead to a result.