| 170 | } |
| 171 | |
| 172 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected