UNPKG

@kadconsulting/dry

Version:
11 lines 372 B
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