language · inferred from evidence
Sass
A CSS preprocessor language mentioned in the context of import paths and stylesheet resolution.
- Can't find stylesheet to import error during site build with eleventy
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 node_modules path, with node_modules path). For example, "..
- Can't find stylesheet to import after upgrading to Next.js 16 — sassOptions additionalData and includePaths broken
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 includePa