MCPcopy
hub / github.com/bernaferrari/FigmaToCode / TailwindSettings

Interface TailwindSettings

packages/types/src/types.ts:11–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 htmlGenerationMode: "html" | "jsx" | "styled-components" | "svelte";
10}
11export interface TailwindSettings extends HTMLSettings {
12 tailwindGenerationMode: "html" | "jsx" | "twig";
13 roundTailwindValues: boolean;
14 roundTailwindColors: boolean;
15 useColorVariables: boolean;
16 customTailwindPrefix?: string;
17 embedVectors: boolean;
18 baseFontSize: number;
19 useTailwind4: boolean;
20 thresholdPercent: number;
21 baseFontFamily: string;
22 fontFamilyCustomConfig: Record<string, string[]>
23}
24export interface FlutterSettings {
25 flutterGenerationMode: "fullApp" | "stateless" | "snippet";
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected