Skip to content

Commit 02469cd

Browse files
committed
wip
1 parent 3db0327 commit 02469cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tailwindcss/src/intellisense.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ export function getClassList(design: DesignSystem): ClassEntry[] {
4040
}
4141

4242
list.sort((a, z) => {
43+
// TODO: This causes static utilities to come after functional utilities
44+
// but ideally we don't want to do that
4345
let aUtility = a[0]
4446
let zUtility = z[0]
4547
let utilityDiff = compare(aUtility, zUtility)

0 commit comments

Comments
 (0)