MCPcopy
hub / github.com/tailwindlabs/prettier-plugin-tailwindcss / SortOptions

Interface SortOptions

src/sorting.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { bigSign } from './utils'
3
4export interface SortOptions {
5 ignoreFirst?: boolean
6 ignoreLast?: boolean
7 removeDuplicates?: boolean
8 collapseWhitespace?: false | { start: boolean; end: boolean }
9}
10
11export function sortClasses(
12 classStr: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…