This commit is contained in:
2022-07-18 02:50:52 +00:00
parent befd344ab0
commit 06181b34d6
8569 changed files with 818704 additions and 352705 deletions
+5
View File
@@ -23,6 +23,11 @@ function explodeSelector(pseudoClass, selector) {
if (selector && position > -1) {
var pre = selector.slice(0, position);
var matches = (0, _balancedMatch2.default)("(", ")", selector.slice(position));
if (!matches) {
return selector;
}
var bodySelectors = matches.body ? _list2.default.comma(matches.body).map(function (s) {
return explodeSelector(pseudoClass, s);
}).join(`)${pseudoClass}(`) : "";