Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ walk.test.ts
File
walk.test.ts
packages/tailwindcss/src/walk.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
'vitest'
2
import
{ decl, rule, toCss,
type
AstNode as CSSAstNode } from
'./ast'
3
import
{ walk, WalkAction } from
'./walk'
4
Callers
nothing calls this directly
Calls
5
walk
Function · 0.90
rule
Function · 0.90
decl
Function · 0.90
toCss
Function · 0.90
test
Function · 0.50
Tested by
no test coverage detected