Files
vercel__next.js/test/e2e/app-dir/app-css/app/not-found.module.css
Shu Ding 1e75beada2 Fix CSS module imports not included in root not-found file (#49155)
When using the `not-found.js` file to match missed routes, `serverCSSForEntries` will always be empty as the `ComponentMod.pages` itself doesn't contain any actual entry. We need to handle that as a special case.

Closes #48133.
2023-05-03 16:45:12 +00:00

4 lines
40 B
CSS

.blackBg {
background-color: black;
}