We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1927858 commit 0799c12Copy full SHA for 0799c12
src/lib/sort-modifiers.ts
@@ -15,9 +15,6 @@ export const createSortModifiers = (config: AnyConfig) => {
15
})
16
17
return (modifiers: readonly string[]): string[] => {
18
- // Fast path for common cases
19
- if (modifiers.length <= 1) return [...modifiers]
20
-
21
const result: string[] = []
22
let currentSegment: string[] = []
23
0 commit comments