import { color, gray } from './color';
import { font } from './font';
import { grid } from './grid';
import { screen } from './screen';
import { theme } from './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, gray, grid, screen, theme };
