UNPKG

@kadconsulting/dry

Version:
15 lines 460 B
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