Skip to content

Commit

Permalink
small improvement in sortModifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Oct 19, 2022
1 parent d0b9f34 commit 5576ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/merge-classlist.ts
Expand Up @@ -121,7 +121,7 @@ function sortModifiers(modifiers: string[]) {
return modifiers
}

const sortedModifiers = []
const sortedModifiers: string[] = []
let unsortedModifiers: string[] = []

modifiers.forEach((modifier) => {
Expand Down

0 comments on commit 5576ee0

Please sign in to comment.