4 lines
37 B
CSS
4 lines
37 B
CSS
|
.inherit-all {
|
||
|
all: inherit;
|
||
|
}
|
||
|
|