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

Function getPropertyList

packages/tailwindcss/tests/ui.spec.ts:2235–2243  ·  packages/tailwindcss/tests/ui.spec.ts::getPropertyList
(selector: string | [string, string], property: string)

Source from the content-addressed store, hash-verified

2233 },
2234
2235 async getPropertyList(selector: string | [string, string], property: string) {
2236 let value = await getPropertyValue(
2237 page,
2238 Array.isArray(selector) ? selector : [selector, undefined],
2239 property,
2240 )
2241
2242 return segment(value, class="st">',').map((item) => item.trim())
2243 },
2244 }
2245}
2246

Callers 1

ui.spec.tsFile · 0.85

Calls 2

segmentFunction · 0.90
getPropertyValueFunction · 0.85

Tested by

no test coverage detected