mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +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;
|
|
}
|