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