Closed
Description
Bug description
!important overrides my custom styles on container element
To Reproduce
.container {
background-image: url(https://someimgae.com);
}
List any other actions needed to reproduce the issue:
Add a background-image attribute to the container class
Expected behavior
I can override any style in this component