.b {
  background: red;
}

@import url('https://some/external/css');

.b {
  color: yellow;
}
