mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
33 lines
250 B
CSS
33 lines
250 B
CSS
a {
|
|
enum-property: in;
|
|
}
|
|
|
|
b {
|
|
enum-property: none;
|
|
}
|
|
|
|
c {
|
|
enum-property: 2;
|
|
}
|
|
|
|
d {
|
|
enum-property: "in";
|
|
}
|
|
|
|
e {
|
|
enum-property: non-existing;
|
|
}
|
|
|
|
f {
|
|
enum-property: "non-existing";
|
|
}
|
|
|
|
g {
|
|
enum-property: 34;
|
|
}
|
|
|
|
h {
|
|
enum-property: 12e;
|
|
}
|
|
|