Skip to content
New issue

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

Error: expected "{". #21

Open
BaiYunpeng1949 opened this issue Apr 28, 2024 · 1 comment
Open

Error: expected "{". #21

BaiYunpeng1949 opened this issue Apr 28, 2024 · 1 comment

Comments

@BaiYunpeng1949
Copy link

No description provided.

@BaiYunpeng1949 BaiYunpeng1949 changed the title Error: expected Error: expected "{". Apr 28, 2024
@BaiYunpeng1949
Copy link
Author

BaiYunpeng1949 commented Apr 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant