d-flex has !important attached to it
Created by: goelrohan6
It causes problems in frameworks like vue.js in which you use directives to show hide elements which apply display:none
style which doesn't work with elements with d-flex applied to them as d-flex has !important
attached to it.
Is there a reason why !important is there in d-flex