You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";
The text was updated successfully, but these errors were encountered:
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).
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";
Steps I followed
gulp compile-scss
The text was updated successfully, but these errors were encountered: