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

File to import not found or unreadable: bootstrap/functions. #114

Open
muke5hy opened this issue Jun 19, 2020 · 3 comments
Open

File to import not found or unreadable: bootstrap/functions. #114

muke5hy opened this issue Jun 19, 2020 · 3 comments

Comments

@muke5hy
Copy link

muke5hy commented Jun 19, 2020

Steps I followed

  1. I clone the repository.
  2. Installed dependencies.
  3. Run gulp compile-scss
Message:
    assets/scss/argon-design-system.scss
Error: File to import not found or unreadable: bootstrap/functions.
        on line 18 of assets/scss/argon-design-system.scss
>> @import "bootstrap/functions";
@rarestoma
Copy link
Contributor

Hi @muke5hy,

Thank you for working with our products and for pointing us this issue.

I added it to the "To do" list for the next update.

Beside the argon-design-system folder available in the scss directory, we have to add the bootstrap folder with the source scss files of bootstrap that can be found here: https://getbootstrap.com/docs/4.3/getting-started/download/ (download source files -> open folder -> copy the scss folder to argon-design-system -> rename scss with bootstrap).

Please let me know if it works.

Thank you,
Rares

@benjaminwsebastian
Copy link

Hi, I had the same issue. @rarestoma your answer is almost correct. After renaming the scss file to bootstrap, it has to be put into the scss/ folder. If it is put into the argon-design-system folder, then @import "bootstrap/functions"; needs to be changed to @import "argon-design-system/bootstrap/functions";

Thanks for your help!

Benjamin

@angarc
Copy link

angarc commented Oct 17, 2020

Any update on this? I'm also getting this error

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

4 participants