next.js/test/integration/css-fixtures/cssmodules-pure-no-check/pages/index.module.css
index.module.css20 lines343 B
/* cssmodules-pure-no-check */

/* View Transitions API - requires global scope to work properly */
:global(::view-transition-old(root)) {
  animation-duration: 0.3s;
}

/* a local class */
.home {
  background-color: #f0f0f0;
  color: #333;
  font-size: 16px;
  padding: 20px;
}

/* a global class */
:global(.global) {
  font-weight: 700;
}
Quest for Codev2.0.0
/
SIGN IN