Hello, I'm stuck on this.
I tried several ways without success, like this one...
Also when we have to use these syntaxes
or
or
or
What's the rules here ?
I tried several ways without success, like this one...
CSS:
.p-navgroup-link.p-navgroup-link--textual.p-navgroup-link--register {
color: rgb(242, 94, 35);
font-weight: 500;
}
Also when we have to use these syntaxes
.class1.class2.class3 {
or
.class1 .class2 .class 3 {
or
.class1 { .class2 { .class3 {
or
.class1 { &.class2 { .class3
What's the rules here ?