@import "settings.breakpoint";
@import "tools.mixins.scss";

div {
  @include break(small) {
    content: "small only";
  }
}
