mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
29 lines
212 B
CSS
29 lines
212 B
CSS
d {
|
|
int-property: 42;
|
|
}
|
|
|
|
e {
|
|
int-property: 42;
|
|
uint-property: 42;
|
|
}
|
|
|
|
f {
|
|
int-property: 42;
|
|
}
|
|
|
|
g {
|
|
int-property: 42;
|
|
}
|
|
|
|
i {
|
|
uint-property: 42;
|
|
}
|
|
|
|
m {
|
|
uint-property: 42;
|
|
}
|
|
|
|
n {
|
|
uint-property: 42;
|
|
}
|