


@mixin background-svg($svg) {
  background-image: url('data:image/svg+xml;utf8,#{$svg}');
}
