/* Just a basic test of the machinery */

box {
  color: red;
}

label {
  color: green;
}

label.test2 {
  color: blue;
}
