Issue #3350552 by super_romeo: Warning: Undefined variable...
Issue #3350552 by super_romeo: Warning: Undefined variable $bootstrap_barrio_checkbox in bootstrap_barrio_preprocess_form_element()
Merge request reports
Activity
1 $barrio_path_images: "../../contrib/bootstrap_barrio/images/" !default; Why is this set like this? If accessing in theme created with bootstrap_sass this path in /web/themes/custom/my_barrio_subtheme/scss incorrect as we really want is the relative path? To get this to work with bootstrap_sass and barrio subtheme created with bootstrap_sass e.g.
$barrio_path_images: "../images/";
.
Please register or sign in to reply