@import './imported.css';
@import './other-imported.css';

.foo {
  color: red;
  color: rgb(0 0 100% / 90%);
}
