Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ index.js
File
index.js
packages/internal-example-plugin/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
module.exports =
function
({ addVariant }) {
2
addVariant(
'inverted'
,
'@media (inverted-colors: inverted)'
)
3
addVariant(
'hocus'
, [
'&:focus'
,
'&:hover'
])
4
}
Callers
nothing calls this directly
Calls
1
addVariant
Function · 0.50
Tested by
no test coverage detected