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

Function atRoot

packages/tailwindcss/src/ast.ts:119–124  ·  view source on GitHub ↗
(nodes: AstNode[])

Source from the content-addressed store, hash-verified

117}
118
119export function atRoot(nodes: AstNode[]): AtRoot {
120 return {
121 kind: 'at-root',
122 nodes,
123 }
124}
125
126export function cloneAstNode<T extends AstNode>(node: T): T {
127 switch (node.kind) {

Callers 15

parseCssFunction · 0.90
borderSpacingPropertiesFunction · 0.90
translatePropertiesFunction · 0.90
scalePropertiesFunction · 0.90
transformPropertiesFunction · 0.90
touchPropertiesFunction · 0.90
snapPropertiesFunction · 0.90
createUtilitiesFunction · 0.90
scrollbarColorPropertiesFunction · 0.90
borderPropertiesFunction · 0.90
gradientStopPropertiesFunction · 0.90
maskPropertiesGradientFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected