-
Notifications
You must be signed in to change notification settings - Fork 981
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
Travis always gives error #60
Comments
The problem is Just edit the |
No problem! diff --git a/_sass/jekyll-theme-slate.scss b/_sass/jekyll-theme-slate.scss
index 5b244dc..414d488 100644
--- a/_sass/jekyll-theme-slate.scss
+++ b/_sass/jekyll-theme-slate.scss
@@ -418,7 +418,7 @@ Small Device Styles
}
code, pre {
- font-size: 0,688em;
+ font-size: 0.688em;
}
}
@@ -468,7 +468,7 @@ Small Device Styles
code, pre {
min-width: 240px;
max-width: 320px;
- font-size: 0,688em;
+ font-size: 0.688em;
}
} |
It worked. Thank you. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Like even here #59
The text was updated successfully, but these errors were encountered: