From 9593ada638fd5f6096ae1d479084028fecb89079 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 7 Jul 2020 21:39:32 -0400 Subject: [PATCH] add child selector instruction to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bc3f8ed56..c6734a812 100644 --- a/README.md +++ b/README.md @@ -693,6 +693,8 @@ For example, font-size: 20pt; } }`; +* Notice: CSS child selector > will be normalized, please use `SPACE` instead. + * example: `.sk_theme #sk_omnibarSearchResult ul li:nth-child(odd)` ## API Documentation