Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tailwindlabs/tailwindcss
/ path
Function
path
packages/tailwindcss/src/ast.ts:214–216 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
212
return
parent
213
},
214
path() {
215
return
ctx.path().filter((n) => n.kind !==
'context'
)
216
},
217
}
218
}
219
Callers
nothing calls this directly
Calls
1
path
Method · 0.45
Tested by
no test coverage detected