Hello all!
Can someone explain me what ".component-background;" does in the component.less file in Vanilla theme?
The code looks like this:
.component {
.component-inner {
.component-background;
&.blank-inner { // don't apply styling to blank component
background-color: transparent;
padding: 0;
}
}
I don't understand what the:
.component-background;
inside the .component-inner class does. It looks like a class with no attributes to me...
Thanks in advance