@barguide/style-guide
Version:
BarGuide.io | CSS Style Guide
10 lines (9 loc) • 364 B
TypeScript
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 };