MCPcopy
hub / github.com/tailwindlabs/tailwindcss / nextOrder

Method nextOrder

packages/tailwindcss/src/variants.ts:315–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313 }
314
315 private nextOrder() {
316 return this.groupOrder ?? this.lastOrder + 1
317 }
318}
319
320export function compoundsForSelectors(selectors: string[]) {

Callers 2

groupMethod · 0.95
setMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected