UNPKG

style-dictionary

Version:

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

16 lines (14 loc) 330 B
import core from './core.js'; import brand from './brand.js'; import font from './font.js'; import background from './background.js'; import border from './border.js'; // This is kinda cool, don't have to do that // weird JSON structure nesting in every file. export default { core, brand, font, background, border, };