5 lines
88 B
CSS
5 lines
88 B
CSS
|
* {
|
||
|
nonexisting-property: something;
|
||
|
-gtk-nonexisting-property: "something else";
|
||
|
}
|