After putting together a WordPress child theme that correctly displays Bootstrap and child-styles.css in the source code, I encountered an issue:
View Source Code Stylesheet Order
Upon inspecting with Chrome, it's apparent that the color of my link is still being overridden by Bootstrap:
Check Chrome Inspection Window
Even though there are no .scss files in my Bootstrap directory, I'm puzzled as to how the files compile to CSS. Despite loading child-styles.css after Bootstrap, why does Bootstrap continue to take precedence?