- Issue created by @jerrac
- 🇺🇸United States jerrac
Adding
$barrio_path_images: "../images";
To my import scss file seems to have fixed it for me.
So, fixed? Or is anyone else running into this?
- 🇺🇸United States josephcheek Provo, UT
I'm getting this also. I'm using bootstrap_sass 5.0.9 and my subtheme is referencing this undefined variable. Adding
$barrio_path_images: "../images";
does appear to fix it for me.BTW this is on a clean slate, so I do believe this is a bug, but I'm not sure whether this is a bug in bootstrap_barrio or in bootstrap_sass.
- 🇬🇧United Kingdom newaytech
same here folks. I added the following to my subthemes variables.scss
// New image variable introduced on 5.5.1 $barrio_path_images: "../images/";
but as others have said - would have expected this to be in the newly introduced variables scss file - for sub themes to then override if required?
- 🇦🇺Australia noonoos
Same here. After composer upgrade to Drupal 10 with bootstrap upgrade. #2 solved
- First commit to issue fork.
- @sandeshyadav opened merge request.