mixins-closure.css 89 Bytes
.class {
  width: 99px;
}
.overwrite {
  width: 99px;
}
.nested .class {
  width: 5px;
}