summaryrefslogtreecommitdiffstats
path: root/testfiles/rendering_tests/multi-style-import-1.css
blob: e6fb1e08592cb2c9f74d05ad4ce74814a12be28c (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-or-later */

/* overwritten later */
rect { fill: red; }
.c1 { fill: red; }

/* not overwritten */
#background { fill: white; }
.c5 { fill: #00ccff; }