forked from AuroraMiddleware/gtk
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;
|
|
}
|