@kadconsulting/dry
Version:
KAD Reusable Component Library
15 lines • 460 B
JavaScript
import { spacing, zIndex, shapes, transitions } from '../../../types';
import palette from './light/palette.light.module.scss';
import typography from '../typography.module.scss';
import breakpoints from '../breakpoints.module.scss';
const customTheme = {
palette: palette,
typography: typography,
breakpoints: breakpoints,
spacing,
zIndex,
shapes,
transitions,
};
export default customTheme;
//# sourceMappingURL=customTheme.js.map