- Issue created by @kthwiny
Not sure where the bug needs to be fixed (Barrio itself maybe?), but I added:
$table-border-width: 3px;
to my variables.scss subtheme file and it fixed the issue for me.
- 🇮🇳India rahul.rahangdale Pune
I am also facing the same issue on fresh installation of Drupal 10.0.9 and Bootstrap Sass theme.
Here is the error I getting:
Error in plugin "sass" Message: ..\..\contrib\bootstrap_barrio\scss\components\table.scss Error: Undefined operation "2 * var(--bs-border-width)". ╷ 8 │ border-bottom: (2 * $table-border-width) solid $table-border-color; │ ^^^^^^^^^^^^^^^^^^^^^^^ ╵ ..\..\contrib\bootstrap_barrio\scss\components\table.scss 8:21 @import ..\..\contrib\bootstrap_barrio\scss\barrio.scss 34:9 @import scss\import.scss 15:9 @import scss\style.scss 7:9 root stylesheet
Adding $table-border-width variable in subtheme variables.scss fixes this issue. However, it should fixed at the barrio level.
- 🇺🇸United States kthwiny
Thanks hawkeye217! I can confirm that your solution also worked for me.
- 🇮🇳India ravi kant Jaipur
Thank you @hawkeye217 @rahul.rahangdale
It worked for me also so creating patch. - Status changed to Needs review
over 1 year ago 12:36pm 26 July 2023 - @ravi-kant opened merge request.
I have tested this in drupal version 10, bootstrap sass version 5.0.6, I have used
the proposed patch and it worked for me, really a great contribution.- Status changed to Closed: outdated
about 1 year ago 4:35pm 19 September 2023