I defined mt-5
class in component's .scss and the root styles.scss, but both got overwritten by _utilities.scss. Wondering why.
Angular v14, bootstrap 5.1.3
CodePudding user response:
margin-top
in _utilities.scss
has !important
property.
I defined mt-5
class in component's .scss and the root styles.scss, but both got overwritten by _utilities.scss. Wondering why.
Angular v14, bootstrap 5.1.3
CodePudding user response:
margin-top
in _utilities.scss
has !important
property.