After upgrading from 15.5.3 to 16.0.0, npm run dev fails with a build error on a .module.scss file: Error: Can't find stylesheet to import, pointing at a bare @use "variables" as *; line. Their next.config.ts used sassOptions with includePaths and additionalData to make the variables available everywhere. Downgrading to 15.5.3 fixes it. The failing setup is Next.js 16.0.0 with Turbopack on macOS; other reporters saw the same on Windows.