MCPcopy Create free account
hub / github.com/amaancoderx/npxskillui / TailwindPattern

Interface TailwindPattern

src/types.ts:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172export interface TailwindPattern {
173 backgrounds: string[];
174 borders: string[];
175 spacing: string[];
176 typography: string[];
177 effects: string[];
178 layout: string[];
179 interactive: string[];
180}
181
182// ── Breakpoints ──────────────────────────────────────────────────────
183

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected