fixes
This commit is contained in:
parent
95bbe73832
commit
665849615c
7 changed files with 10 additions and 16 deletions
|
|
@ -111,12 +111,6 @@ export const genericRuleToSelector =
|
|||
if (ignoreOutOfTreeSelector || liteMode)
|
||||
arraySelector = [arraySelector[0]]
|
||||
return arraySelector
|
||||
.sort((a) => {
|
||||
if (a.startsWith(':')) return 1
|
||||
if (/^[a-z]/.exec(a)) return -1
|
||||
else return 0
|
||||
})
|
||||
.join('')
|
||||
})
|
||||
|
||||
const statesSelectorsFlat = statesSelectors.reduce((acc, s) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue