clgarciab → created an issue.
I manually changed the README.txt filed and updated with more information.
Proposal Acepted
Removed branch "main". Fixed errors.
clgarciab → created an issue.
I followed the steps to create a new custom theme using the SASS Barrio Drupal Starterkit. While running node-sass, an error occured compiling the scss files, here is the error:
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
clgarciab → created an issue.