We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! Thank you so much for this plugins :) I am trying to use node-sass-glob-importer.
node-sass-glob-importer
I got this following error that tells me that the plugin might not be running on build: sass.Exception [Error]: Can't find stylesheet to import.
sass.Exception [Error]: Can't find stylesheet to import.
Here is a minimum setup I am trying to run:
import * as sass from 'sass'; import globImporter from 'node-sass-glob-importer'; sass.compile( './path/to/src/styles.scss', { importer: globImporter(), } );
And in my css file:
@import "./**/__*.scss";
Is there something I am doing wrong? Thank you for your time and help! 🙏🏻
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Thank you so much for this plugins :)
I am trying to use
node-sass-glob-importer
.I got this following error that tells me that the plugin might not be running on build:
sass.Exception [Error]: Can't find stylesheet to import.
Here is a minimum setup I am trying to run:
And in my css file:
Is there something I am doing wrong?
Thank you for your time and help! 🙏🏻
The text was updated successfully, but these errors were encountered: