@import 'foo';
@import './bar.scss';

.index {
  color: $foo;
  background-color: $bar;
}
