next.js/test/integration/critical-css/styles/index.module.css
index.module.css19 lines243 B
.hello {
  font:
    15px Helvetica,
    Arial,
    sans-serif;
  background: #eee;
  padding: 100px;
  text-align: center;
  transition: 100ms ease-in background;
}

.hello:hover {
  background: #ccc;
}

.extra-style1 {
  background: #000;
}
Quest for Codev2.0.0
/
SIGN IN