HI there I a can build my Jekyll site locally without problems but when I try to build it on netlify it fails saying:
Error: File to import not found or unreadable: vendor/rfs. on line 6:1 of _sass/bootstrap/_mixins.scss
Do you know what I might be doing wrong as it seems to all work perfectly locally.
Thank you very much for your time!
fool
December 20, 2019, 1:48am
2
Hi Ryan,
Not a common error we see very often so not sure exactly what is going on there. Could you follow the steps here around debugging and let us know what you find?
Last reviewed by Netlify Support - August, 2023
Note: This article is only about builds within Netlify’s Continuous Integration (CI) environment, as triggered from git commits or from incoming build webhooks . You can learn more in depth about how Netlify builds your site in this article about how our build bots build sites .
Some background
There are a fair number of reasons that a build could fail in Netlify’s CI environment, even if building works locally. Testing locally is always the place …