You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Bootstrap is not expected to work yet, as it uses @extend which is not supported by rsass yet. I think rsass should handle circular dependencies as well as other sass implementations, but there is some stuff with setting default variables that might cause this.
As long as the trigger is bootstrap though, I probably won't actively search for fix until after I have implemented @extend, so there is at least some hope for rsass to build bootstrap.
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.scss
Error
The text was updated successfully, but these errors were encountered: