academic icon indicating copy to clipboard operation
academic copied to clipboard

Error: expected "{".

Open BaiYunpeng1949 opened this issue 1 year ago • 2 comments

BaiYunpeng1949 avatar Apr 28 '24 01:04 BaiYunpeng1949

Hi all,

When I was running locally, I encountered an issue like shown in the image. 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.

BaiYunpeng1949 avatar Apr 28 '24 01:04 BaiYunpeng1949

Hi all,

When I was running locally, I encountered an issue like shown in the image. 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!

maxlgross414 avatar Dec 23 '24 20:12 maxlgross414