- Issue created by @2dareis2do
- First commit to issue fork.
- @sim_1 opened merge request.
- Status changed to Needs review
about 1 year ago 10:31pm 6 September 2023 - πΊπΈUnited States sim_1
I accidentally committed the change with the default commit message, but there is now a MR ready for review. I added
$barrio_path_images: "../images/";
to the_variables.scss
file like the issue description suggested. This fixed the build issue when I tried it in my sub theme. - πΊπΈUnited States sim_1
The other thing I'll say though, is that this is also fixed in the barrio project in version 5.5.11. So it might not make sense to add this variable, but instead mark this as an issue that is fixed upstream.
- π¬π§United Kingdom 2dareis2do
Hi @sim_1
Thanks for looking into this.
I think you are correct in your analysis.
I will raise an issue on the barrio project and reference this here. If I understand correctly I think your suggestion that
$barrio_path_images: "../images/"
should go in the parent theme is correct.https://git.drupalcode.org/project/bootstrap_barrio/-/commit/e6fa5dc458d...
- πΊπΈUnited States tommyk
The fix of adding
$barrio_path_images: "../images/";
to the subtheme SCSS works for me. The parent theme works on its own, but using this theme does not without that variable set.