node-sass-middleware
node-sass-middleware copied to clipboard
connect middleware extracted from node-sass
This might be a yarn error, but I still think it's worth looking into... Today when I installed node-sass-middleware on node's latest LTS (16.16.0), I got back a build error...
Is it supposed to work? I can see lots of references to this project everywhere, but its not nearly complete and ready for anything, even tests would not pass if...
I tried to add a variable, and accidently used **=** instead of **:** I noticed this invalid sass code caused issues. Only if I load the site from a browser,...
My code: ``` app.use(sassMiddleware({ src: path.join(__dirname, 'sass'), dest: path.join(__dirname, 'static'), debug: true, outputStyle: 'compressed', force: true, prefix: '/assets/css' })); ``` Output: > source: ...project\sass\reset.scss > dest: ...project\static\reset.css > read: ...project\sass\reset.scss...
I'm using these settings (version 0.11.0) ```javascript app.use( sassMiddleware({ src: path.resolve(path.join(__dirname, '..', 'assets', 'sass')), dest: path.resolve(path.join(__dirname, '..', 'public', 'css')), debug: false, indentedSyntax: true, force: false, response: false, }) ); ```...
Hey, I am using: ```js app.use( sass({ src: path.join(__dirname, '/common/sass'), dest: path.join(__dirname, '../wwwroot/stylesheets'), prefix: '/stylesheets', }) ) ``` but it will only pick up the sass file if I call...
[sass] error: Incompatible units: 'vh' and 'rem'. when use vh/rem css unit, the project cannot be build.
Hi, There is a vulnerability in this package, which can be updated if the dependency scss-tokenizer is at least version 0.4.3. See also: https://github.com/advisories/GHSA-7mwh-4pqv-wmr8 Could you patch this?
Can you please bump the dependency to the latest version of node-sass to remove the vulnerable dependency? There is a PR already there to address this: https://github.com/sass/node-sass-middleware/pull/161 . You may...
My node version is 18.16.0 whenever i am trying to install node-sass-middleware it throws an error like "this library is no longer supported"