@kadconsulting/dry
Version:
KAD Reusable Component Library
11 lines • 372 B
JavaScript
import palette from './palette.dark.module.scss';
import typography from '../../typography.module.scss';
import breakpoints from '../../breakpoints.module.scss';
const theme = {
palette: palette,
typography: typography,
breakpoints: breakpoints,
// ... border-radii, box-shadows, transitions, etc.
};
export default theme;
//# sourceMappingURL=index.js.map