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

Function comment

packages/tailwindcss/src/ast.ts:104–109  ·  packages/tailwindcss/src/ast.ts::comment
(value: string)

Source from the content-addressed store, hash-verified

102}
103
104export function comment(value: string): Comment {
105 return {
106 kind: class="st">'comment',
107 value: value,
108 }
109}
110
111export function context(context: Record<string, string | boolean>, nodes: AstNode[]): Context {
112 return {

Callers 3

compileAstFunction · 0.90
parseFunction · 0.90
transformFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected