MCPcopy
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

1module.exports = function ({ addVariant }) {
2 addVariant('inverted', '@media (inverted-colors: inverted)')
3 addVariant('hocus', ['&:focus', '&:hover'])
4}

Callers

nothing calls this directly

Calls 1

addVariantFunction · 0.50

Tested by

no test coverage detected