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

issue with scss file -- import not found or unreadable: minimal #115

Closed
dpuelz opened this issue Jul 23, 2021 · 8 comments
Closed

issue with scss file -- import not found or unreadable: minimal #115

dpuelz opened this issue Jul 23, 2021 · 8 comments

Comments

@dpuelz
Copy link

dpuelz commented Jul 23, 2021

hey folks, I'm getting the following error:

Your SCSS file assets/css/style.scss has an error on line 12: File to import not found or unreadable: minimal. Load path: /tmp/jekyll-remote-theme-20210723-6-pise0o/_sass. For more information, see https://docs.github.com/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#invalid-sass-or-scss.

The only thing I did was update an unrelated link on my webpage. Do you know what's going on? Does it have something to do with the minimal remote theme? my site is here:

https://github.com/dpuelz/dpuelz.github.io

thanks!

@dpuelz
Copy link
Author

dpuelz commented Jul 23, 2021

here is the updated error:

Your SCSS file assets/css/style.scss has an error on line 1: File to import not found or unreadable: minimal. Load path: /tmp/jekyll-remote-theme-20210723-7-1lrxn5f/_sass. For more information, see https://docs.github.com/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#invalid-sass-or-scss

there appears to be something wrong when calling site.theme.

@pcunning
Copy link

I'm seeing this issue as well.

@wainwrighth
Copy link

Adding that I'm seeing it for visibility. Also switched to the cayman jekyll remote theme to see if the issue persisted and it failed with the same error

@AnonyPla
Copy link

See maybe pages-themes/cayman#130 (comment)

@dpuelz
Copy link
Author

dpuelz commented Jul 24, 2021

hard coding jekyll-theme-minimal in the scss file fixed the issue, but it's kind of a workaround. Here's the new beginning of the file.

---
---

@import 'jekyll-theme-minimal';

lauripiispanen added a commit to lauripiispanen/github-top that referenced this issue Jul 26, 2021
@parkr
Copy link
Contributor

parkr commented Jul 26, 2021

#118 added a file called minimal.scss. Feel free to update your _config.yml:

- theme: jekyll-theme-minimal
+ remote_theme: pages-themes/minimal@master

@AnonyPla
Copy link

03c added a commit to ElixirTeSS/about that referenced this issue Jul 27, 2021
@parkr
Copy link
Contributor

parkr commented Jul 28, 2021

Hello! This should now be fixed in v217 of the github-pages gem!

@parkr parkr closed this as completed Jul 28, 2021
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

5 participants