LeNPaul / academic

A Jekyll theme for academia
http://lenpaul.github.io/academic/
MIT License
157 stars 182 forks source link

Error: expected "{". #21

Open BaiYunpeng1949 opened 6 months ago

BaiYunpeng1949 commented 6 months ago

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.