style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
16 lines (14 loc) • 315 B
JavaScript
import core from './core';
import brand from './brand';
import font from './font';
import background from './background';
import border from './border';
// This is kinda cool, don't have to do that
// weird JSON structure nesting in every file.
export default {
core,
brand,
font,
background,
border,
};