Eleventy site builds fine locally but the Netlify build fails when Sass tries to import Bootstrap stylesheets in app.scss. Multiple import syntaxes were tried (with tilde, without nodemodules path, with nodemodules path). For example, "../nodemodules/bootstrap/scss/functions" works locally but errors the same on the Netlify build. The build log shows the failure: "Can't find stylesheet to import" at line 7, @import "../../../bootstrap/scss/_variables" in ./src/assets/sass/app.scss, via TemplateContentRenderError / TemplateContentCompileError. The build uses pnpm (sass@1.101.0 visible in the stack trace).