mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
5 lines
287 B
CSS
5 lines
287 B
CSS
|
p @here {color: red} /* ruleset with unexpected at-keyword "@here" */
|
||
|
@foo @bar; /* at-rule with unexpected at-keyword "@bar" */
|
||
|
}} {{ - }} /* ruleset with unexpected right brace */
|
||
|
) ( {} ) p {color: red } /* ruleset with unexpected right parenthesis */
|