@mixin image-bg {
  /*! test to resolve url in scss from module */
  .image-bg {
    background-image: url('../../fixture-images/fixture-image-bg.png');
    width: 246px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
