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
No description provided.
The text was updated successfully, but these errors were encountered:
Hi all,
When I was running locally, I encountered an issue like shown in the image.
To address this, I renamed my root/_sass/main.scss to other names, like "foo.scss"; and then change the
@import "main";
in root/assets/css/main.scss to
@import "foo";
The reason was new version of jekyll-sass-converter does not support two same names under these folders, found by greenfire.
If one runs on the github page using author's workflows, no need to change anything.
Sorry, something went wrong.
Hi all, When I was running locally, I encountered an issue like shown in the image. To address this, I renamed my root/_sass/main.scss to other names, like "foo.scss"; and then change the @import "main"; in root/assets/css/main.scss to @import "foo"; The reason was new version of jekyll-sass-converter does not support two same names under these folders, found by greenfire. If one runs on the github page using author's workflows, no need to change anything.
Thank you so much!
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: