Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ plugin-api.test.ts
File
plugin-api.test.ts
packages/tailwindcss/src/compat/plugin-api.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test, vi } from
'vitest'
2
import
{ compile } from
'..'
3
import
plugin from
'../plugin'
4
import
{ compileCss, run } from
'../test-utils/run'
Callers
nothing calls this directly
Calls
12
compileCss
Function · 0.90
run
Function · 0.90
addBase
Function · 0.85
theme
Function · 0.85
addUtilities
Function · 0.85
matchUtilities
Function · 0.85
utility
Function · 0.85
matchVariant
Function · 0.85
parseValue
Function · 0.85
addVariant
Function · 0.70
test
Function · 0.50
compile
Function · 0.50
Tested by
no test coverage detected