@import url("./import-with-layer.css") layer(form);

@layer form {
  .bar {
    color: red;
  }
}
