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

Method entries

packages/tailwindcss/src/theme.ts:130–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 entries() {
131 if (!this.prefix) return this.values.entries()
132
133 return Array.from(this.values, (entry) => {
134 entry[0] = this.prefixKey(entry[0])
135 return entry
136 })
137 }
138
139 prefixKey(key: string) {
140 if (!this.prefix) return key

Callers 15

optimizeFunction · 0.45
reportMethod · 0.45
argsFunction · 0.45
helpFunction · 0.45
getVariantsFunction · 0.45
parseCssFunction · 0.45
keysMethod · 0.45
createCssUtilityFunction · 0.45
collapseCandidatesFunction · 0.45
substituteAtApplyFunction · 0.45
keyIncludesFunction · 0.45

Calls 1

prefixKeyMethod · 0.95

Tested by 2

sourceMapFunction · 0.36
testFunction · 0.36