mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
24 lines
177 B
CSS
24 lines
177 B
CSS
|
a {
|
||
|
int-property: 0;
|
||
|
}
|
||
|
|
||
|
b {
|
||
|
int-property: 1;
|
||
|
}
|
||
|
|
||
|
c {
|
||
|
int-property: -1;
|
||
|
}
|
||
|
|
||
|
d {
|
||
|
int-property: 2147483647;
|
||
|
}
|
||
|
|
||
|
e {
|
||
|
int-property: -2147483648;
|
||
|
}
|
||
|
|
||
|
i {
|
||
|
int-property: 377;
|
||
|
}
|