mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
12.25.2022 13383f64edc1fc620bd17670a5505ef63e8dd1cd
assets/scss/modules/_config.scss
@@ -16,3 +16,12 @@
    @content;
  }
}
@mixin desktop_and_print {
  @include desktop {
    @content;
  }
  @include print {
    @content;
  }
}