UNPKG

@kadconsulting/dry

Version:
11 lines 373 B
import palette from './palette.light.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