next.js/test/e2e/app-dir/app-css/app/urlSupports/url-supports.css
url-supports.css8 lines216 B
@import url('./not-loaded.css') supports(display: not-real-value);
@import url('./should-load.css') supports(display: flex);

h1 {
  /* this should be overwritten by the should-load css */
  color: rgb(0, 0, 255);
}
Quest for Codev2.0.0
/
SIGN IN