@import './test/fixtures/basscss';

.this-is-not-a-mutation {
  color: green;
}

input {
  border: none;
}

.button {
  color: blue;
}

.left {
  float: right /* :) */
}
