mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
51 lines
596 B
CSS
51 lines
596 B
CSS
a { ;;; }
|
|
|
|
b { }
|
|
|
|
c {
|
|
}
|
|
|
|
d { ; int-property: 42; }
|
|
|
|
e {
|
|
int-property: 42;
|
|
;
|
|
;
|
|
;
|
|
uint-property: 42;
|
|
}
|
|
|
|
f {
|
|
int-property: 42
|
|
}
|
|
|
|
g { int-property: 42 }
|
|
|
|
h { int-property }
|
|
|
|
i { int-property; }
|
|
|
|
j { int-property: }
|
|
|
|
k { int-property : }
|
|
|
|
l { int-property: ; }
|
|
|
|
m { int-property:; }
|
|
|
|
n { int-property: ; }
|
|
|
|
h { int-property uint-property: 42; }
|
|
|
|
i { int-property; uint-property: 42; }
|
|
|
|
j { int-property: uint-property: 42; }
|
|
|
|
k { int-property : uint-property: 42; }
|
|
|
|
l { int-property: uint-property: 42; }
|
|
|
|
m { int-property:; uint-property: 42; }
|
|
|
|
n { int-property: ; uint-property: 42; }
|