next.js/test/integration/css-features/fixtures/inline-comments/pages/global.css
global.css7 lines134 B
// Aaaand we are dead
// These comments are invalid CSS and it crashes the build since Next.js 9.5.0

* {
  box-sizing: border-box;
}
Quest for Codev2.0.0
/
SIGN IN