13 lines
76 B
CSS
13 lines
76 B
CSS
.output {
|
|
a: b;
|
|
}
|
|
.output-2 {
|
|
c: d;
|
|
}
|
|
.dr {
|
|
a: b;
|
|
}
|
|
.dr-2 {
|
|
c: d;
|
|
}
|