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

Function context

packages/tailwindcss/src/ast.ts:111–117  ·  packages/tailwindcss/src/ast.ts::context
(context: Record<string, string | boolean>, nodes: AstNode[])

Source from the content-addressed store, hash-verified

109}
110
111export function context(context: Record<string, string | boolean>, nodes: AstNode[]): Context {
112 return {
113 kind: class="st">'context',
114 context,
115 nodes,
116 }
117}
118
119export function atRoot(nodes: AstNode[]): AtRoot {
120 return {

Callers 3

parseCssFunction · 0.90
ast.test.tsFile · 0.90
substituteAtImportsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected