@mixin lol {
  color: blue; }

input {
  @include lol;
  background: red; }