UNPKG

@kahi-ui/framework

Version:

Straight-forward Svelte UI for the Web

18 lines (17 loc) 306 B
/** * Represents the tiers of grid points tokens that can be applied to Framework Components */ export const TOKENS_POINTS = { "1": "1", "2": "2", "3": "3", "4": "4", "5": "5", "6": "6", "7": "7", "8": "8", "9": "9", "10": "10", "11": "11", "12": "12", };