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

Function isFallbackUtility

packages/tailwindcss/src/compile.ts:260–263  ·  view source on GitHub ↗
(utility: Utility)

Source from the content-addressed store, hash-verified

258}
259
260function isFallbackUtility(utility: Utility) {
261 let types = utility.options?.types ?? []
262 return types.length > 1 && types.includes('any')
263}
264
265function compileBaseUtility(candidate: Candidate, designSystem: DesignSystem) {
266 if (candidate.kind === 'arbitrary') {

Callers 1

compileBaseUtilityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected