next.js/test/e2e/app-dir/scss/scss-mixins/app/page.module.scss
page.module.scss9 lines168 B
@mixin body {
  // This test was specifically added to test the calc deprecation message caused by the following line
  z-index: (100/2);
}

.data {
  @include body;
}
Quest for Codev2.0.0
/
SIGN IN