bg()
  background: blue;

body {
  bg(); width: 100px;
  height: 50px;
}

body
  bg(); width 100px;
  height 50px