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

Bug: [dev branch] A small typing error makes jekyll serve break down #440

Open
Lost-MSth opened this issue Jan 4, 2023 · 0 comments
Open

Comments

@Lost-MSth
Copy link

Description

In dev branch, running bundle exec jekyll serve can get the error:
Error: $end-at: 20 -1-1 is not a number.

How to solve it

In common\classes\_var.scss line 77, changing code to $end-at: $end-at + $start-at - 1; can solve this problem. Just add a space.

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