import { color } from './variables/color';
import { font } from './variables/font';
import { grid } from './variables/grid';
import { theme } from './variables/theme';
/**
 * Although this package is primarily for CSS, we make all of the same
 * variables available for Javascript / TypeScript directly with types
 */
export { color, font, grid, theme };
