mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 12:20:10 +00:00
174cfff50f
1) We want to throw an unknown value 2) We want to skip the whole rule
24 lines
340 B
CSS
24 lines
340 B
CSS
:nobody-knows-me {
|
|
int-property: 42;
|
|
}
|
|
|
|
:nobody-knows-me(really) {
|
|
int-property: 42;
|
|
}
|
|
|
|
:a:lot:of:unkwnown:pseudo:classes(some):of(them):with:functions( spaces ) {
|
|
int-property: 42;
|
|
}
|
|
|
|
:nth-child {
|
|
int-property: 42;
|
|
}
|
|
|
|
:nth-child() {
|
|
int-property: 42;
|
|
}
|
|
|
|
x, :unknown-pseudo-classes-invalidate-selectors, y {
|
|
int-property: 42;
|
|
}
|