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

Function getPropertyValue

packages/tailwindcss/tests/ui.spec.ts:2227–2233  ·  view source on GitHub ↗
(selector: string | [string, string], property: string)

Source from the content-addressed store, hash-verified

2225
2226 return {
2227 getPropertyValue(selector: string | [string, string], property: string) {
2228 return getPropertyValue(
2229 page,
2230 Array.isArray(selector) ? selector : [selector, undefined],
2231 property,
2232 )
2233 },
2234
2235 async getPropertyList(selector: string | [string, string], property: string) {
2236 let value = await getPropertyValue(

Callers 2

ui.spec.tsFile · 0.85
getPropertyListFunction · 0.85

Calls 1

segmentFunction · 0.90

Tested by

no test coverage detected