Open BaiYunpeng1949 opened 6 months ago
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.
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
in root/assets/css/main.scss to
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.