@import '~sass-flex-mixin/_flex';
@import './builder/_layout-builder';
@import './form/_form-layout';
@import './flex/_flex-layout';
@import './default/_default-layout';
@import '../constant';

.rac {

  @include rac-flex-row(                                                                      /* @stable [17.02.2019] */
  );

  .rac-flex-column {
    @include flex-direction(column);                                /* @stable [21.09.2018] */
  }

  .rac-flex-justify-content-space-between {                                                   /* @stable [06.03.2019] */
    @include justify-content(space-between);
  }
}