Conversation
Quick fix for bootstrap 5.3.0 See: apalfrey#75 (comment)
|
Hi, Replacing $s2bs5-border-color with raw Originally there is So correct solution would be to change line 28 of to This eliminates compilation bug and does not changes color value in variable. |
|
Fast solution before this PR is merged is to add this line before importing |
Committed better solution seen here: apalfrey#82 (comment)
|
Thanks, you're absolutely right: this is a better solution, promptly committed to master branch |
|
Any update on this? |
|
Any news ? |
|
Up ? It is clearly fast to merge this PR @apalfrey , thanks |
|
Looking forward to this! 👍 |
Quick fix for bootstrap 5.3.0
See:
#75 (comment)