@charset "utf-8";
.testing{
  width: percentage(12/7);
  font-size: 10px;
  color: red;
}
body{
  background-color: blue;
  color: red;
}

.something{
  color: red;
}