tobi {
  name: 'tobi';
  age: 2;
}

loki {
  name: 'loki';
  age: 1;
}

@media screen {
  screen-only {
    display: block;
  }
}

/* comment */
