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

Function addComponents

packages/tailwindcss/src/compat/plugin-api.ts:512–514  ·  view source on GitHub ↗
(components, options)

Source from the content-addressed store, hash-verified

510 },
511
512 addComponents(components, options) {
513 this.addUtilities(components, options)
514 },
515
516 matchComponents(components, options) {
517 this.matchUtilities(components, options)

Callers 2

index.test.tsFile · 0.85
loadModuleFunction · 0.85

Calls

no outgoing calls

Tested by 1

loadModuleFunction · 0.68