Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ get
Method
get
packages/tailwindcss/src/utilities.ts:120–122 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
118
}
119
120
get(name: string) {
121
return
this.utilities.has(name) ? this.utilities.get(name) : []
122
}
123
124
getCompletions(name: string): SuggestionGroup[] {
125
if
(this.has(name,
'static'
)) {
Callers
10
static
Method · 0.45
functional
Method · 0.45
has
Method · 0.45
getCompletions
Method · 0.45
suggest
Method · 0.45
spacingUtility
Function · 0.45
createUtilities
Function · 0.45
borderSideUtility
Function · 0.45
handleBgLinear
Function · 0.45
maskStopUtility
Function · 0.45
Calls
1
has
Method · 0.45
Tested by
no test coverage detected