summaryrefslogtreecommitdiff
path: root/tests/test-inputs/sel-child-class.css
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-inputs/sel-child-class.css')
-rw-r--r--tests/test-inputs/sel-child-class.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-inputs/sel-child-class.css b/tests/test-inputs/sel-child-class.css
new file mode 100644
index 0000000..a6ea36b
--- /dev/null
+++ b/tests/test-inputs/sel-child-class.css
@@ -0,0 +1 @@
+body > div p.process { color: aqua; }