Trying to build sass for bootstrap-5.3.2 and I get an error. Looks to me like a circular issue: _variables.scss and _functions.scss depend on each other.
rsass bootstrap.scss
Error: Undefined variable.
,
153 | @function color-contrast($background, $color-contrast-dark: $color-contrast-dark, $color-contrast-light: $color-contrast-light, $min-contrast-ratio: $min-contrast-ratio) {
| ^^^^^^^^^^^^^^^^^^^^
'
_functions.scss 153:61 @import
bootstrap.scss 7:9 root stylesheet
Trying to build sass for bootstrap-5.3.2 and I get an error. Looks to me like a circular issue: _variables.scss and _functions.scss depend on each other.
Command
rsass bootstrap.scssError