1
0
mirror of https://gitlab.gnome.org/GNOME/gtk.git synced 2025-01-16 07:04:29 +00:00
gtk/testsuite/reftests/css-match-import.css
2013-05-15 15:37:17 +02:00

10 lines
108 B
CSS

@import url("css-match-import-import.css");
GtkLabel {
color: purple;
}
#reference {
color: purple;
}