@import "compass/reset/utilities";

html {
  @include global-reset;
}

body {
  background: red;

  h1 {
    color: green;
  }
}