Skip to content

Commit fedabe9

Browse files
use :root a only ancestor selector
1 parent ed5f8a2 commit fedabe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/is-piece-always-ancestor-selector.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var alwaysAncestorSelector = {
2-
'*': true,
2+
'*': false,
33
':root': true,
4-
'html': true
4+
'html': false
55
};
66

77
// This means it will be always be an ancestor of any other selector

0 commit comments

Comments
 (0)