UNPKG

style-dictionary

Version:

Style once, use everywhere. A build system for creating cross-platform styles.

9 lines (8 loc) 163 B
#!/usr/bin/env node export type BuildOptions = { config?: string; platform?: string[]; verbose?: boolean; warn?: boolean; silent?: boolean; };