next.js/test/integration/css-features/fixtures/browsers-new/pages/styles.css
styles.css9 lines183 B
a {
  all: initial;
}
@media (min-resolution: 2dppx) {
  .image {
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
  }
}
Quest for Codev2.0.0
/
SIGN IN